summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 7b91cea..cf9f627 100644
--- a/main.c
+++ b/main.c
@@ -6,7 +6,6 @@
/*
NOTE:
-
Structure of the toc compiler:
tokenizer => parser => typing (types.c) => typdefs_cgen, decls_cgen, cgen
(lexing)
@@ -105,7 +104,7 @@ int main(int argc, char **argv) {
Parser p;
parser_create(&p, &t, &main_allocr);
- ParsedFile f;
+ ParsedFile f;
if (!parse_file(&p, &f)) {
err_fprint(TEXT_IMPORTANT("Errors occured while parsing.\n"));