summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/src/Slice/Grammar.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Grammar.y b/cpp/src/Slice/Grammar.y
index b182aebc0e5..98ae9ca4247 100644
--- a/cpp/src/Slice/Grammar.y
+++ b/cpp/src/Slice/Grammar.y
@@ -297,7 +297,7 @@ exception_def
}
'{' exception_exports '}'
{
- if($4);
+ if($4)
{
unit->popContainer();
}