Dropped a useless "const" from the definition of poptStrerror.
[rsync/rsync.git] / popt / popt.h
index d4ba491..06978f3 100644 (file)
@@ -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@*/