diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2000-08-22 09:20:41 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-23 13:47:33 +0000 |
commit | f223318556789739cdb6dd177b799478d3b21545 (patch) | |
tree | 7ade82da28785f69c9c292d74ecd6575878a8784 /ext | |
parent | 838c087d5eeab7762b195c2d2ecd8e1f74f7cb4b (diff) | |
download | perl-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.xs | 2 |
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; |