aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index b0e0e3c1454..7a579fcb20e 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -592,7 +592,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
592 if (! first) 592 if (! first)
593 { 593 {
594 message ("Please enter a number."); 594 message ("Please enter a number.");
595 sit_for (1, 0, 0, 0); 595 sit_for (1, 0, 0, 0, 0);
596 } 596 }
597 first = 0; 597 first = 0;
598 598