X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frefile.c;h=f484ccb8eb7195657ab9b2c1d40c614b20f7a9aa;hb=e7f0dbf0856b7eb1f97f4c95fe39497b1ca97998;hp=83e56395b6be6b3cdf0d3428366c8a6ba887c820;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/refile.c b/uip/refile.c index 83e5639..f484ccb 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -43,7 +43,7 @@ static struct swit switches[] = { #define VERSIONSW 11 { "version", 0 }, #define HELPSW 12 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -280,7 +280,7 @@ main (int argc, char **argv) context_replace (pfolder, folder); /* update current folder */ context_save (); /* save the context file */ folder_free (mp); /* free folder structure */ - done (0); + return done (0); }