X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=7f5cf46ff2667d094389fe5f7a5d2aacbb4dc81a;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=1f9b8c0d6891c1ad350e81fc06be4dc66c63eafb;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/scan.c b/uip/scan.c index 1f9b8c0..7f5cf46 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -9,6 +9,7 @@ #include #include #include +#include #include /* @@ -42,7 +43,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -347,5 +348,5 @@ main (int argc, char **argv) if (clearflag) clear_screen (); - done (0); + return done (0); }