diff options
Diffstat (limited to 'source3/popt/popt.c')
-rw-r--r-- | source3/popt/popt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/popt/popt.c b/source3/popt/popt.c index aef79566e7..9fa8650312 100644 --- a/source3/popt/popt.c +++ b/source3/popt/popt.c @@ -710,7 +710,7 @@ const char * poptBadOption(poptContext con, int flags) { #define POPT_ERROR_BADQUOTE -15 /* only from poptParseArgString() */ #define POPT_ERROR_ERRNO -16 /* only from poptParseArgString() */ -const char *const poptStrerror(const int error) { +const char *poptStrerror(const int error) { switch (error) { case POPT_ERROR_NOARG: return POPT_("missing argument"); |