aboutsummaryrefslogtreecommitdiff
path: root/tool/lemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lemon.c')
-rw-r--r--tool/lemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lemon.c b/tool/lemon.c
index 893e1d18b..6efc6af30 100644
--- a/tool/lemon.c
+++ b/tool/lemon.c
@@ -4426,7 +4426,7 @@ void ReportTable(
}
i++;
}
- if( j>0 ) fprintf(out, "\n"); lineno++;
+ if( j>0 ){ fprintf(out, "\n"); lineno++; }
fprintf(out, "};\n"); lineno++;
/* Output the yy_shift_ofst[] table */