aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmdedit.c')
-rw-r--r--cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 169032697..ed441d394 100644
--- a/cmdedit.c
+++ b/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