]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / mhparse.c
index 733048d820ef9c5410476713807618d13222cb4f..a34814416f52e3000a7bc2d4eab49995362a4f43 100644 (file)
@@ -209,7 +209,8 @@ pidcheck (int status)
 
     fflush (stdout);
     fflush (stderr);
-    return done (1);
+    done (1);
+    return 1;
 }