Skip to content

Commit 70188e4

Browse files
author
John Peacock
committed
Fix cranky compiler warning
1 parent 11bc126 commit 70188e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vutil/vxs.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ VXS(universal_version)
138138
name, SvPVx_nolen_const(req));
139139
#else
140140
Perl_croak(aTHX_
141-
"%" HEKf " does not define $%"HEKf
141+
"%" HEKf " does not define $%" HEKf
142142
"::VERSION--version check failed",
143143
HEKfARG(name), HEKfARG(name));
144144
#endif

0 commit comments

Comments
 (0)