mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 06:27:36 +00:00
Updated comment regarding curly braces.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user