aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-17 18:23:52 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-17 18:23:52 +0000
commit245459ae8c15554418d6d54ba0ab220b9eba0620 (patch)
tree355ad9c0566dfab3ecca102537806cd15b07efde /main.c
parent20e9a95075a7a95df90daa7c9bb4af0dff8ebf0d (diff)
cleanup, make it build on linux (freebsd-make)
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 35a7411..d7cbfa0 100644
--- a/main.c
+++ b/main.c
@@ -81,7 +81,7 @@ main(int argc, char **argv)
if (!fd)
err(1, "cannot open file");
- m = compile(fd);
+ m = compile(fd, MEMSZ);
fclose(fd);
if (e_flag)