summaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/token.c b/token.c
index 65a98cf..f82ef35 100644
--- a/token.c
+++ b/token.c
@@ -939,8 +939,10 @@ endifstmt(void)
{
if (flslvl) {
flslvl--;
- if (flslvl == 0)
+ if (flslvl == 0) {
+ putch('\n');
prtline();
+ }
} else if (trulvl)
trulvl--;
else