From: Chris Cacciatore Date: Sat, 20 Aug 2016 16:42:29 +0000 (-0700) Subject: Updated comment regarding curly braces. X-Git-Tag: V2.16~79^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e9295b2a98734dc7a422f4a5b161a024d2f4ec22;p=cc65 Updated comment regarding curly braces. --- 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) {