index
:
halibut
master
My halibut tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
input.c
3
1 files changed, 2 insertions, 1 deletions
diff --git a/input.c b/input.c
index dc745f1..9dc524c 100644
--- a/
input.c
+++ b/
input.c
@@ -25,7 +25,8 @@ static int get(input *in) {
in->currindex++;
}
return c;
- }
+ } else
+ return EOF;
}
paragraph *read_input(input *in) {