X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffolder.c;h=c16dd96cfbadd035b49f18e2e192dedf9f3bc5d3;hb=e7f0dbf0856b7eb1f97f4c95fe39497b1ca97998;hp=c023e1141acf90a26345e6ee9ab44e82e374678c;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/folder.c b/uip/folder.c index c023e11..c16dd96 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -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); } /*