X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37101856a6968452bdbcfefcc997738be98fafd9..4fd4b3d667c47599e187ee9b6d452392d4cc1ac4:/popt/popthelp.c diff --git a/popt/popthelp.c b/popt/popthelp.c index 9b092053..07020370 100644 --- a/popt/popthelp.c +++ b/popt/popthelp.c @@ -63,7 +63,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) /*@*/ { @@ -81,7 +81,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: wazzup? */ /*@null@*/ UNUSED(const char * translation_domain))