Eliminated compilation warnings.
[mmh] / uip / install-mh.c
index b2d2486..b2a1f1d 100644 (file)
@@ -190,7 +190,7 @@ query:
            fprintf (out, "%s: %s\n", np->n_name, np->n_field);
     }
     fclose (out);
-    done (0);
+    return done (0);
 }