From e1c418065bb740d7433d5a7b22db9f78b0fd25eb Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Tue, 29 Jan 2008 14:47:23 +0100 Subject: taint.c: consting Message-ID: <20080129124723.GA13056@refcnt.homeunix.org> Date: Tue, 29 Jan 2008 13:47:23 +0100 p4raw-id: //depot/perl@33228 --- taint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taint.c') diff --git a/taint.c b/taint.c index 5ae5ef3c6b..1bb292ab98 100644 --- a/taint.c +++ b/taint.c @@ -22,7 +22,7 @@ #include "perl.h" void -Perl_taint_proper(pTHX_ const char *f, const char *s) +Perl_taint_proper(pTHX_ const char *f, const char *const s) { #if defined(HAS_SETEUID) && defined(DEBUGGING) dVAR; -- cgit v1.2.1