X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprompter.c;h=79e0eb790b7f5541bcdb362606fc551488197309;hp=fa1bfae8ec5f807c4ef90517dd61d65b0df710b2;hb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/prompter.c b/uip/prompter.c index fa1bfae..79e0eb7 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -56,7 +56,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -397,7 +397,7 @@ no_body: unlink (tmpfil); context_save (); /* save the context file */ - done (0); + return done (0); }