Replace done with exit at uip
[mmh] / uip / mhparse.c
index af460e6..205c41a 100644 (file)
@@ -137,7 +137,7 @@ pidcheck(int status)
 
        fflush(stdout);
        fflush(stderr);
-       done(1);
+       exit(1);
        return 1;
 }