X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=d85d80e0c63708a77e37d81bfb198006bde0040e;hp=1f9b8c0d6891c1ad350e81fc06be4dc66c63eafb;hb=8f4c5da8971926f7eccc912f7998c343aef3c33b;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b 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); }