X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpopi.c;h=cb249302750df18db7787eb700c093711a9daf4f;hp=59ab61aead8d66bacfef2167d3e8ec3ce05e0d54;hb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/popi.c b/uip/popi.c index 59ab61a..cb24930 100644 --- a/uip/popi.c +++ b/uip/popi.c @@ -65,7 +65,7 @@ static struct swit switches[] = { #define VERSIONSW 13 { "version", 0 }, #define HELPSW 14 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -255,9 +255,7 @@ main (int argc, char **argv) seq_setunseen (mp, 0); /* set the Unseen-Sequence */ seq_save (mp); context_save (); /* save the context file */ - done (0); - - /* NOTREACHED */ + return done (0); }