summaryrefslogtreecommitdiff
path: root/taint.c
diff options
context:
space:
mode:
authorSteven Schubiger <schubiger@cpan.org>2008-01-29 14:47:23 +0100
committerNicholas Clark <nick@ccl4.org>2008-02-03 15:04:41 +0000
commite1c418065bb740d7433d5a7b22db9f78b0fd25eb (patch)
tree32a2ce976492b78589a9fdb8621f9d18cd9b9dc1 /taint.c
parent1bcecb772879a7dd255505e3b40721e7bc792bd8 (diff)
downloadperl-e1c418065bb740d7433d5a7b22db9f78b0fd25eb.tar.gz
taint.c: consting
Message-ID: <20080129124723.GA13056@refcnt.homeunix.org> Date: Tue, 29 Jan 2008 13:47:23 +0100 p4raw-id: //depot/perl@33228
Diffstat (limited to 'taint.c')
-rw-r--r--taint.c2
1 files changed, 1 insertions, 1 deletions
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;