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