Dropped a useless "const" from the definition of poptStrerror.
[rsync/rsync.git] / popt / popt.c
index c389b2e..9e00769 100644 (file)
@@ -1128,7 +1128,7 @@ const char * poptBadOption(poptContext con, int flags)
     /*@=nullderef@*/
 }
 
-const char *const poptStrerror(const int error)
+const char * poptStrerror(const int error)
 {
     switch (error) {
       case POPT_ERROR_NOARG: