diff options
Diffstat (limited to 'mixutils/mixvm_loop.c')
-rw-r--r-- | mixutils/mixvm_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixutils/mixvm_loop.c b/mixutils/mixvm_loop.c index 5176202..f8a6087 100644 --- a/mixutils/mixvm_loop.c +++ b/mixutils/mixvm_loop.c @@ -59,7 +59,7 @@ readline (char *prompt) static char *line_read = (char *)NULL; #define PROMPT_LEN 128 -static char PROMPT[PROMPT_LEN + 1] = {'M', 'I', 'X', ' ', '>'}; +static char PROMPT[PROMPT_LEN + 1] = {'M', 'I', 'X', '>', ' '}; static const char *CONFIG_FILE_ = "mixvm.config"; static const char *PROMPT_KEY_ = "Prompt"; |