X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..e66e25ec491d0fb3df708000d8494b4d598f0263:/uip/vmhtest.c diff --git a/uip/vmhtest.c b/uip/vmhtest.c index 813e6b74..96676fd0 100644 --- a/uip/vmhtest.c +++ b/uip/vmhtest.c @@ -16,7 +16,7 @@ static struct swit switches[] = { #define VERSIONSW 2 { "version", 0 }, #define HELPSW 3 - { "help", 4 }, + { "help", 0 }, { NULL, NULL } }; @@ -88,7 +88,7 @@ main (int argc, char **argv) pINI (); pLOOP (); - done (0); + return done (0); }