summaryrefslogtreecommitdiff
path: root/src/w16select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w16select.c')
-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
doesn't make it to the clipboard. */
if (ok1 == 0)
{
- message2 (no_mem_msg, sizeof (no_mem_msg) - 1);
+ message2 (no_mem_msg, sizeof (no_mem_msg) - 1, 0);
sit_for (2, 0, 0, 1, 1);
}