]> git.marmaro.de Git - mmh/blobdiff - uip/dp.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / dp.c
index 0041198a095a1e29740f766ab454b9a8252f162d..a9bc90f1023fae1be357f7249d409a2630263775 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -132,7 +132,7 @@ main (int argc, char **argv)
        status += process (dates[datep], width);
 
     context_save ();   /* save the context file */
-    done (status);
+    return done (status);
 }