]> git.marmaro.de Git - mmh/blobdiff - uip/rcvdist.c
Changed some string terminations from NULL to \0.
[mmh] / uip / rcvdist.c
index 922670b52448c74d97d181cf3c240dc8e97e6ae4..ace5295df3c51f5285942ac5d446cf506bf8c4eb 100644 (file)
@@ -9,6 +9,7 @@
 #include <h/fmt_scan.h>
 #include <h/rcvmail.h>
 #include <zotnet/tws/tws.h>
+#include <zotnet/mts/mts.h>
 
 static struct swit switches[] = {
 #define        FORMSW       0
@@ -16,7 +17,7 @@ static struct swit switches[] = {
 #define VERSIONSW    1
     { "version", 0 },
 #define        HELPSW       2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };