From 2ed6f2927b10edc51e4ccb3d9796b25079354a80 Mon Sep 17 00:00:00 2001 From: James Peach Date: Sun, 7 Jan 2007 04:53:49 +0000 Subject: r20594: Match popt.h declaration. (This used to be commit c12fc86a936392922a7f22a3a6a1766f43db7ff5) --- source4/lib/popt/popt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/popt/popt.c b/source4/lib/popt/popt.c index f25b9279a4..4f1de65e6f 100644 --- a/source4/lib/popt/popt.c +++ b/source4/lib/popt/popt.c @@ -1155,7 +1155,7 @@ const char * poptBadOption(poptContext con, int flags) /*@=nullderef@*/ } -const char *const poptStrerror(const int error) +const char *poptStrerror(const int error) { switch (error) { case POPT_ERROR_NOARG: -- cgit