Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / dp.c
index c20e1ac..6b41bb6 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -136,7 +136,8 @@ main (int argc, char **argv)
        status += process (dates[datep], width);
 
     context_save ();   /* save the context file */
-    return done (status);
+    done (status);
+    return 1;
 }