summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 9b2ff67307..ef07cc5a0f 100644
--- a/dump.c
+++ b/dump.c
@@ -1439,7 +1439,7 @@ Perl_debop(pTHX_ OP *o)
PerlIO_printf(Perl_debug_log, "[%"UVuf"]", (UV)o->op_targ);
break;
default:
- return 0;
+ break;
}
PerlIO_printf(Perl_debug_log, "\n");
return 0;