X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fconflict.c;h=cac0ea85a17a494604f2d9f32d2ff31e16ecc316;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=29a12e7935e150b5be51534c402c910343f5febe;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/conflict.c b/uip/conflict.c index 29a12e7..cac0ea8 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); }