diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 12:33:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 12:33:11 +0000 |
commit | eda383f202c9baaca6fdea3cf178e40686e8a3bb (patch) | |
tree | 1da97ffbbf288a74b4c6e7594dd7214cd760b056 /pp_hot.c | |
parent | bbed91b518d7e52e6a0a7b19d9b2fe8fd8ca6d17 (diff) | |
download | perl-eda383f202c9baaca6fdea3cf178e40686e8a3bb.tar.gz |
typo in change#3768
p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b
p4raw-id: //depot/perl@3772
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2507,7 +2507,7 @@ PP(pp_method) SV* sv = TOPs; if (SvROK(sv)) { - SV* rsv = SvRV(rsv); + SV* rsv = SvRV(sv); if (SvTYPE(rsv) == SVt_PVCV) { SETs(rsv); RETURN; |