summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index e14f7abb2f..2996a8e88b 100644
--- a/hv.c
+++ b/hv.c
@@ -1635,7 +1635,7 @@ Perl_hv_undef(pTHX_ HV *hv)
}
struct xpvhv_aux*
-S_hv_auxinit(aTHX) {
+S_hv_auxinit(pTHX) {
struct xpvhv_aux *iter;
New(0, iter, 1, struct xpvhv_aux);