Updated comment regarding curly braces.
This commit is contained in:
parent
7919812378
commit
e9295b2a98
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue