diff options
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/c/pseudoc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/c/pseudoc.cpp b/lang/c/pseudoc.cpp index 4de9f447..6f3c58ab 100644 --- a/lang/c/pseudoc.cpp +++ b/lang/c/pseudoc.cpp @@ -528,7 +528,7 @@ bool PseudoCFunction::TryEmitSimplifiedTernary( // Emit the false-source expression GetExprText(falseAssign, emitter, settings, TernaryOperatorPrecedence); - emitter.Append(KeywordToken, ";"); + emitter.Append(TextToken, ";"); // If the ternary expression is too complex (i.e. too many tokens), revert back. if (tokens.size() - originalTokenCount > emitter.GetMaxTernarySimplificationTokens()) |
