X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..e66e25ec491d0fb3df708000d8494b4d598f0263:/uip/send.c diff --git a/uip/send.c b/uip/send.c index 2370ea4c..3e2dc605 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); }