summaryrefslogtreecommitdiffstats
path: root/eqn.c
diff options
context:
space:
mode:
Diffstat (limited to 'eqn.c')
-rw-r--r--eqn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eqn.c b/eqn.c
index e1d63e65..5e1330e5 100644
--- a/eqn.c
+++ b/eqn.c
@@ -687,6 +687,7 @@ again:
ep->data[(int)ep->cur], NULL, 0))
EQN_MSG(MANDOCERR_EQNEOF, ep);
break;
+ case (EQN_TOK_DELIM):
case (EQN_TOK_GFONT):
if (NULL == eqn_nextrawtok(ep, NULL)) {
EQN_MSG(MANDOCERR_EQNSYNT, ep);