1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-18 07:29:36 +00:00

Updated comment regarding curly braces.

This commit is contained in:
Chris Cacciatore 2016-08-20 09:42:29 -07:00
parent 7919812378
commit e9295b2a98

View File

@ -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) {