diff options
Diffstat (limited to 'source3/popt')
-rw-r--r-- | source3/popt/popthelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/popt/popthelp.c b/source3/popt/popthelp.c index c36eceadd9..6b790a63e7 100644 --- a/source3/popt/popthelp.c +++ b/source3/popt/popthelp.c @@ -26,7 +26,7 @@ struct poptOption poptHelpOptions[] = { } ; -/*@observer@*/ /*@null@*/ static const char *const +/*@observer@*/ /*@null@*/ static const char * getTableTranslationDomain(const struct poptOption *table) { const struct poptOption *opt; @@ -41,7 +41,7 @@ getTableTranslationDomain(const struct poptOption *table) return NULL; } -/*@observer@*/ /*@null@*/ static const char *const +/*@observer@*/ /*@null@*/ static const char * getArgDescrip(const struct poptOption * opt, const char *translation_domain) { if (!(opt->argInfo & POPT_ARG_MASK)) return NULL; |