summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-11-03 18:37:54 -0600
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-11-04 09:16:53 +0000
commit9ab9fa889034a3e328fada2b089a04d7ed9b1200 (patch)
treef3111d7831b29ac58a5866bdf0512239dc9d60b2 /pp_sys.c
parente5433ad89831be48f30ff00a45f97ceccc5dde26 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sys.c b/pp_sys.c
index 276fa67f72..31031a8498 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -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: