summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 2de5a86504..6446b2cc52 100644
--- a/mg.c
+++ b/mg.c
@@ -354,7 +354,7 @@ Perl_mg_find(pTHX_ const SV *sv, int type)
return mg;
}
}
- return 0;
+ return NULL;
}
/*