Updated comment regarding curly braces.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user