X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fsend.c;h=3e2dc60522518a04e750fb9a0bc9b18d29968a80;hb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;hp=2370ea4cffceef5323d4bd46550c7da5153a1779;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/send.c b/uip/send.c index 2370ea4..3e2dc60 100644 --- a/uip/send.c +++ b/uip/send.c @@ -67,7 +67,7 @@ static struct swit switches[] = { #define VERSIONSW 26 { "version", 0 }, #define HELPSW 27 - { "help", 4 }, + { "help", 0 }, #define BITSTUFFSW 28 { "dashstuffing", -12 }, #define NBITSTUFFSW 29 @@ -428,5 +428,5 @@ go_to_it: } context_save (); /* save the context file */ - done (status); + return done (status); }