summaryrefslogtreecommitdiff
path: root/source3/popt/popthelp.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/popt/popthelp.c')
-rw-r--r--source3/popt/popthelp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/popt/popthelp.c b/source3/popt/popthelp.c
index 56ba290574..70566a389e 100644
--- a/source3/popt/popthelp.c
+++ b/source3/popt/popthelp.c
@@ -67,7 +67,7 @@ struct poptOption poptHelpOptions[] = {
/**
* @param table option(s)
*/
-/*@observer@*/ /*@null@*/ static const char *const
+/*@observer@*/ /*@null@*/ static const char *
getTableTranslationDomain(/*@null@*/ const struct poptOption *table)
/*@*/
{
@@ -85,7 +85,7 @@ getTableTranslationDomain(/*@null@*/ const struct poptOption *table)
* @param opt option(s)
* @param translation_domain translation domain
*/
-/*@observer@*/ /*@null@*/ static const char *const
+/*@observer@*/ /*@null@*/ static const char *
getArgDescrip(const struct poptOption * opt,
/*@-paramuse@*/ /* FIX: i18n macros disabled with lclint */
/*@null@*/ const char * translation_domain)