aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/w16select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w16select.c b/src/w16select.c
index 90209eb67c2..87f341136a4 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -432,7 +432,7 @@ DEFUN ("win16-set-clipboard-data", Fwin16_set_clipboard_data, Swin16_set_clipboa
432 doesn't make it to the clipboard. */ 432 doesn't make it to the clipboard. */
433 if (ok1 == 0) 433 if (ok1 == 0)
434 { 434 {
435 message2 (no_mem_msg, sizeof (no_mem_msg) - 1); 435 message2 (no_mem_msg, sizeof (no_mem_msg) - 1, 0);
436 sit_for (2, 0, 0, 1, 1); 436 sit_for (2, 0, 0, 1, 1);
437 } 437 }
438 438