summaryrefslogtreecommitdiff
path: root/vutil.h
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@cpan.org>2017-04-24 20:06:01 -0400
committerJames E Keenan <jkeenan@cpan.org>2017-06-01 09:12:11 -0400
commitdddb22758b5060ae9de978fbb03317185af97b24 (patch)
treeb29bc938d145242ceda016a20b338fbaa0e31abc /vutil.h
parent53fdf12aede2fd58b0c5ee236a58025184f49def (diff)
downloadperl-dddb22758b5060ae9de978fbb03317185af97b24.tar.gz
Update core with version 0.9918
Diffstat (limited to 'vutil.h')
-rw-r--r--vutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vutil.h b/vutil.h
index a60ca9d479..e291408db6 100644
--- a/vutil.h
+++ b/vutil.h
@@ -115,7 +115,7 @@ S_croak_xs_usage(pTHX_ const CV *const cv, const char *const params)
Perl_croak_nocontext("Usage: %s(%s)", gvname, params);
} else {
/* Pants. I don't think that it should be possible to get here. */
- Perl_croak_nocontext("Usage: CODE(0x%"UVxf")(%s)", PTR2UV(cv), params);
+ Perl_croak_nocontext("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params);
}
}