X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37101856a6968452bdbcfefcc997738be98fafd9..e26cfccf1651a65046d9ed21d1bbde3914f416a2:/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@*/