diff options
-rw-r--r-- | src/passes/Print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 106beac39..854ea0b5b 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -2818,7 +2818,7 @@ void PrintSExpression::visitTryTable(TryTable* curr) { maybePrintImplicitBlock(curr->body); decIndent(); if (full) { - o << " ;; end if"; + o << " ;; end try_table"; } controlFlowDepth--; } |