diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -678,7 +678,7 @@ return_files(const Header header, int filter_mode) { dSP; if (header) { char buff[4096]; - char *p, *s; + char *p; const char *s; STRLEN len; unsigned int i; |