summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 6d6c3321b7..06f13c307b 100644
--- a/pp.c
+++ b/pp.c
@@ -944,7 +944,7 @@ PP(pp_schop)
if (chomping)
sv_setiv(TARG, count);
SETTARG;
- RETURN;
+ return NORMAL;
}