From 126c3859aded2c842fc00110981f54bc47e34e27 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Jun 2012 17:38:01 +0000 Subject: (return_files) fix a compiler warning --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URPM.xs b/URPM.xs index 52d3ec5..907620d 100644 --- a/URPM.xs +++ b/URPM.xs @@ -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; -- cgit v1.2.1