summaryrefslogtreecommitdiffstats
path: root/source/popt
diff options
context:
space:
mode:
Diffstat (limited to 'source/popt')
-rw-r--r--source/popt/popthelp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/popt/popthelp.c b/source/popt/popthelp.c
index c36eceadd90..6b790a63e78 100644
--- a/source/popt/popthelp.c
+++ b/source/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;