Rename find_next_newline to find_newline_no_quit.
[bpt/emacs.git] / src / sound.c
index 802f1ce..9c472fb 100644 (file)
@@ -334,7 +334,7 @@ sound_perror (const char *msg)
 static void
 sound_warning (const char *msg)
 {
-  message ("%s", msg);
+  message1 (msg);
 }