summaryrefslogtreecommitdiff
path: root/bcc/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/input.c')
-rw-r--r--bcc/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bcc/input.c b/bcc/input.c
index 080c7bc..b89eb78 100644
--- a/bcc/input.c
+++ b/bcc/input.c
@@ -238,6 +238,7 @@ PUBLIC void include()
if (ch == terminator)
{
gch1();
+ blanks();
break;
}
if (charptr >= chartop)