X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..92cb70ebb6c7efba917398eabc4ccba270250ecb:/uip/ap.c diff --git a/uip/ap.c b/uip/ap.c index a0f7f778..b5b0c5b9 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -41,11 +41,6 @@ static struct format *fmt; static int dat[5]; -/* - * prototypes - */ -int sc_width (void); /* from termsbr.c */ - /* * static prototypes */ @@ -87,10 +82,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [switches] addrs ...", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version (invo_name); - done (1); + done (0); case FORMSW: if (!(form = *argp++) || *form == '-')