X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..bb8db313c1deea588b83a44a86e653d3cfcac9c1:/uip/dp.c?ds=inline diff --git a/uip/dp.c b/uip/dp.c index c94c8eac..a66beed8 100644 --- a/uip/dp.c +++ b/uip/dp.c @@ -36,11 +36,6 @@ static struct format *fmt; static int dat[5]; -/* - * prototypes - */ -int sc_width (void); /* from termsbr.c */ - /* * static prototypes */ @@ -79,10 +74,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [switches] dates ...", 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 == '-')