X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/73042aae5b0ba34286a425d313806def79d891d7..e35d9f2d6d5f1cb1f87736748d5249ce18b10da0:/popt/popt.c diff --git a/popt/popt.c b/popt/popt.c index c389b2ee..9e007693 100644 --- a/popt/popt.c +++ b/popt/popt.c @@ -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: