summaryrefslogtreecommitdiff
path: root/source4/lib/popt/popt.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/popt/popt.h')
-rw-r--r--source4/lib/popt/popt.h2
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@*/