summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2000-08-22 09:20:41 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-23 13:47:33 +0000
commitf223318556789739cdb6dd177b799478d3b21545 (patch)
tree7ade82da28785f69c9c292d74ecd6575878a8784 /ext
parent838c087d5eeab7762b195c2d2ecd8e1f74f7cb4b (diff)
downloadperl-f223318556789739cdb6dd177b799478d3b21545.tar.gz
fix a small typo in Storable.xs
Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com> p4raw-id: //depot/perl@6781
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/Storable.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index 997d23b593..22839321a5 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;