X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37101856a6968452bdbcfefcc997738be98fafd9..d051056f921f465c487a85f9fa29a2324332bc4b:/popt/popt.h diff --git a/popt/popt.h b/popt/popt.h index d4ba4911..06978f3d 100644 --- a/popt/popt.h +++ b/popt/popt.h @@ -373,7 +373,7 @@ int poptParseArgvString(const unsigned char * s, * @return error string */ /*@-redecl@*/ -/*@observer@*/ const char *const poptStrerror(const int error) +/*@observer@*/ const char * poptStrerror(const int error) /*@*/; /*@=redecl@*/