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 eb81c720f5..e9c4c17de5 100644 --- a/source3/popt/popt.c +++ b/source3/popt/popt.c @@ -1153,7 +1153,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: |