]> git.marmaro.de Git - mmh/blobdiff - uip/folder.c
Changed some string terminations from NULL to \0.
[mmh] / uip / folder.c
index c023e1141acf90a26345e6ee9ab44e82e374678c..c16dd96cfbadd035b49f18e2e192dedf9f3bc5d3 100644 (file)
@@ -58,7 +58,7 @@ static struct swit switches[] = {
 #define VERSIONSW      22
     { "version", 0 },
 #define        HELPSW         23
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -421,7 +421,7 @@ main (int argc, char **argv)
     print_folders();
 
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }
 
 /*