]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-new.c
NEWS: add news items for reply to sender
[notmuch] / notmuch-new.c
index bfb460013622959eaa8eca2dc6cd0a1df590a85e..3512de727734ad48025f3f88972587fed91d838b 100644 (file)
@@ -67,7 +67,7 @@ handle_sigint (unused (int sig))
 {
     static char msg[] = "Stopping...         \n";
 
-    write(2, msg, sizeof(msg)-1);
+    (void) write(2, msg, sizeof(msg)-1);
     interrupted = 1;
 }