Skip to content

Commit 4c46db7

Browse files
author
Andrea Guzzo
committed
typo
1 parent 7186b44 commit 4c46db7

File tree

1 file changed

+1
-1
lines changed
  • perl/p5-Shardcache-Client-Fast

1 file changed

+1
-1
lines changed

perl/p5-Shardcache-Client-Fast/Fast.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static int _get_async_helper (char *node,
2727
SV *dataSv = &PL_sv_undef;
2828

2929
if (dlen)
30-
dataSV = newSVpv(data, dlen);
30+
dataSv = newSVpv(data, dlen);
3131

3232
dSP;
3333

0 commit comments

Comments
 (0)