diff options
author | Andy Lester <andy@petdance.com> | 2005-11-03 18:37:54 -0600 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-11-04 09:16:53 +0000 |
commit | 9ab9fa889034a3e328fada2b089a04d7ed9b1200 (patch) | |
tree | f3111d7831b29ac58a5866bdf0512239dc9d60b2 /pp_sys.c | |
parent | e5433ad89831be48f30ff00a45f97ceccc5dde26 (diff) | |
download | perl-9ab9fa889034a3e328fada2b089a04d7ed9b1200.tar.gz |
bad semicolon in pp_ftrowned
Message-ID: <20051104063753.GA3863@petdance.com>
p4raw-id: //depot/perl@25982
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3108,7 +3108,7 @@ PP(pp_ftrowned) RETPUSHUNDEF; switch (PL_op->op_type) { case OP_FTROWNED: - if (PL_statcache.st_uid == PL_uid); + if (PL_statcache.st_uid == PL_uid) RETPUSHYES; break; case OP_FTEOWNED: |