From e9295b2a98734dc7a422f4a5b161a024d2f4ec22 Mon Sep 17 00:00:00 2001 From: Chris Cacciatore Date: Sat, 20 Aug 2016 09:42:29 -0700 Subject: [PATCH] Updated comment regarding curly braces. --- src/cc65/swstmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/swstmt.c b/src/cc65/swstmt.c index e995bd0b7..512f4257d 100644 --- a/src/cc65/swstmt.c +++ b/src/cc65/swstmt.c @@ -194,7 +194,7 @@ void SwitchStatement (void) /* Free the case value tree */ FreeCaseNodeColl (SwitchData.Nodes); - /* If the case statement was (correctly) terminated by a closing curly + /* If the case statement was terminated by a closing curly ** brace, skip it now. */ if (RCurlyBrace) {