summaryrefslogtreecommitdiff
path: root/ext/Storable
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
commitbdd717e8b9fb927abd6ab34c280bc825e0d6e9e3 (patch)
tree7ade82da28785f69c9c292d74ecd6575878a8784 /ext/Storable
parent7314d54bc0425b2fb3aba48139fb0bb29f7968e4 (diff)
downloadperl-bdd717e8b9fb927abd6ab34c280bc825e0d6e9e3.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/Storable')
-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;