diff options
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r-- | shell/cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 169032697..ed441d394 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -318,7 +318,7 @@ static void cmdedit_setwidth(int w, int redraw_flg) | |||
318 | input_backward(); | 318 | input_backward(); |
319 | } | 319 | } |
320 | } else { | 320 | } else { |
321 | error_msg("\n*** Error: minimum screen width is %d\n", cmdedit_termw); | 321 | error_msg("\n*** Error: minimum screen width is %d", cmdedit_termw); |
322 | } | 322 | } |
323 | } | 323 | } |
324 | 324 | ||