From c4d00885736174ad9467f829c656d3a70a9bdccd Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Mon, 28 Aug 2006 16:33:01 +0000 Subject: [PATCH] identAaAaaAtion --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4068 --- sourcepawn/compiler/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index aaa97ed6..96d38eee 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -5079,7 +5079,7 @@ static int dofor(void) * 'compound statement' level of it own. */ nestlevel++; - autozero=1; + autozero=1; declloc(FALSE); /* declare local variable */ } else { doexpr(TRUE,TRUE,TRUE,TRUE,NULL,NULL,FALSE); /* expression 1 */