diff options
Diffstat (limited to 'cmdedit.c')
-rw-r--r-- | cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||