Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / dp.c
index 0041198..687d4c4 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -7,7 +7,7 @@
 
 #include <h/mh.h>
 #include <h/fmt_scan.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 
 #define        NDATES 100
 
@@ -26,7 +26,7 @@ static struct swit switches[] = {
 #define VERSIONSW             3
     { "version", 0 },
 #define        HELPSW                4
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -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);
 }