X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=d85d80e0c63708a77e37d81bfb198006bde0040e;hb=cd5e92564c2b2c1d4c247b97ca27b016afb22976;hp=1f9b8c0d6891c1ad350e81fc06be4dc66c63eafb;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/scan.c b/uip/scan.c index 1f9b8c0..d85d80e 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -8,7 +8,8 @@ #include #include #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); }