diff options
Diffstat (limited to 'source3/popt/popt.h')
-rw-r--r-- | source3/popt/popt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/popt/popt.h b/source3/popt/popt.h index 6b5ee6b35f..08701d73b5 100644 --- a/source3/popt/popt.h +++ b/source3/popt/popt.h @@ -443,7 +443,7 @@ int poptConfigFileToString(FILE *fp, /*@out@*/ char ** argstrp, int flags) * @param error popt error * @return error string */ -/*@observer@*/ const char *const poptStrerror(const int error) +/*@observer@*/ const char* poptStrerror(const int error) /*@*/; /** \ingroup popt |