diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/popt/popt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |