summaryrefslogtreecommitdiff
path: root/source3/popt/popt.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/popt/popt.h')
-rw-r--r--source3/popt/popt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/popt/popt.h b/source3/popt/popt.h
index e6fa8bdffb..c33cedaec9 100644
--- a/source3/popt/popt.h
+++ b/source3/popt/popt.h
@@ -114,7 +114,7 @@ int poptDupArgv(int argc, const char **argv,
/*@out@*/ int * argcPtr, /*@out@*/ const char *** argvPtr);
int poptParseArgvString(const char * s,
/*@out@*/ int * argcPtr, /*@out@*/ const char *** argvPtr);
-/*@observer@*/ const char *const poptStrerror(const int error);
+/*@observer@*/ const char *poptStrerror(const int error);
void poptSetExecPath(poptContext con, const char * path, int allowAbsolute);
void poptPrintHelp(poptContext con, FILE * f, int flags);
void poptPrintUsage(poptContext con, FILE * f, int flags);