]> diplodocus.org Git - nmh/blobdiff - sbr/done.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / sbr / done.c
index 02465ea07431bc733afe7db6b1c6187bfc7b0863..b5072a69bef5d6e9fb596b8fc1659c609bffee0d 100644 (file)
@@ -7,8 +7,9 @@
 
 #include <h/mh.h>
 
-void
+int
 done (int status)
 {
     exit (status);
+    return 1;  /* dead code to satisfy the compiler */
 }