From 585f905488d92602255e081949836234e2c67b64 Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 28 Mar 2016 22:01:08 +0000 Subject: - sanity. --- popt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/popt.c b/popt.c index 7f0bc38..cff60b7 100644 --- a/popt.c +++ b/popt.c @@ -1438,8 +1438,9 @@ static int poptSaveArg(poptContext con, const struct poptOption * opt) /*@=assignexpose =type@*/ /*@switchbreak@*/ break; default: - fprintf(stdout, POPT_("option type (%u) not implemented in popt\n"), + fprintf(stdout, POPT_("option type (%u) not implemented in popt"), poptArgType(opt)); + fprintf(stdout, "\n"); exit(EXIT_FAILURE); /*@notreached@*/ /*@switchbreak@*/ break; } -- cgit v1.2.1