summaryrefslogtreecommitdiff
path: root/x2p/s2p.PL
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/s2p.PL')
-rw-r--r--x2p/s2p.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL
index 0ac27f9d70..d1ce6ea45e 100644
--- a/x2p/s2p.PL
+++ b/x2p/s2p.PL
@@ -747,7 +747,7 @@ sub Comment($$$$$$){
# part of s///, trailing spaces have to be kept as the initial
# part of the replacement string.
#
-sub stripRegex($$$){
+sub stripRegex($$;$){
my( $del, $sref, $sub ) = @_;
my $regex = $del;
print "stripRegex:$del:$$sref:\n" if $useDEBUG;