summaryrefslogtreecommitdiff
path: root/hence.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-06 01:34:06 +1200
committerDavid Phillips <david@sighup.nz>2018-08-06 01:34:52 +1200
commit0bff14977a2e4196bf4cd06481b8d0a93a563816 (patch)
treeaecca9a19b96eba27f06160af7ac0b0ee8bea53d /hence.c
parente4e292fce970257a7ee09f547cb905794af1a8d4 (diff)
downloadhence-0bff14977a2e4196bf4cd06481b8d0a93a563816.tar.xz
Add failing test for lex-only error
Diffstat (limited to 'hence.c')
-rw-r--r--hence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hence.c b/hence.c
index bc4b702..fbcb917 100644
--- a/hence.c
+++ b/hence.c
@@ -17,7 +17,7 @@ int main(int argc, char **argv) {
// gate_init();
fd = fopen(argv[1], "r");
-
+
if (!fd) {
perror("fopen");
return 1;