X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frefile.c;h=f484ccb8eb7195657ab9b2c1d40c614b20f7a9aa;hp=83e56395b6be6b3cdf0d3428366c8a6ba887c820;hb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b 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); }