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 */ /* Free the case value tree */
FreeCaseNodeColl (SwitchData.Nodes); 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. ** brace, skip it now.
*/ */
if (RCurlyBrace) { if (RCurlyBrace) {