summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/formula.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwpfilter/source/formula.cxx b/hwpfilter/source/formula.cxx
index 52bf27aa84bc..2bb52d96535d 100644
--- a/hwpfilter/source/formula.cxx
+++ b/hwpfilter/source/formula.cxx
@@ -180,8 +180,10 @@ void Formula::makeExpr(Node *res)
break;
case ID_BLOCK:
makeBlock(tmp);
+ //fall-through
case ID_BEGIN:
makeBegin(tmp);
+ //fall-through
case ID_END:
makeEnd(tmp);
break;