diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/popt/popt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/popt/popt.h b/source4/lib/popt/popt.h index 7e87e86af5..04c9f655ab 100644 --- a/source4/lib/popt/popt.h +++ b/source4/lib/popt/popt.h @@ -440,7 +440,7 @@ int poptConfigFileToString(FILE *fp, /*@out@*/ char ** argstrp, int flags) * @return error string */ /*@-redecl@*/ -/*@observer@*/ const char *const poptStrerror(const int error) +/*@observer@*/ const char *poptStrerror(const int error) /*@*/; /*@=redecl@*/ |