X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..89f64d662eeac27f3b0e42fe77ee207f7971ecb8:/uip/conflict.c diff --git a/uip/conflict.c b/uip/conflict.c index 29a12e79..cac0ea85 100644 --- a/uip/conflict.c +++ b/uip/conflict.c @@ -31,7 +31,7 @@ static struct swit switches[] = { #define VERSIONSW 2 { "version", 0 }, #define HELPSW 3 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -134,7 +134,7 @@ main (int argc, char **argv) #endif /* UCI */ maildrops (); - done (0); + return done (0); }