From: Peter Prymmer Date: Tue, 22 Aug 2000 16:20:41 +0000 (-0700) Subject: fix a small typo in Storable.xs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f223318556789739cdb6dd177b799478d3b21545;p=p5sagit%2Fp5-mst-13.2.git fix a small typo in Storable.xs Message-ID: p4raw-id: //depot/perl@6781 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 997d23b..2283932 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -1239,7 +1239,7 @@ int cloning; AV *av; int i; - TRACEME(("arrary_call (cloning=%d), cloning")); + TRACEME(("arrary_call (cloning=%d)", cloning)); ENTER; SAVETMPS;