After nmh 1.0.4, moved from top-level 'nmh' directory to 'nmh/docs'.
[mmh] / sbr / done.c
index 02465ea..b5072a6 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 */
 }