aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-06 13:12:28 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-06 14:39:21 -0400
commit563010bc7d2ad932b6096e90c048f8a6cdccef82 (patch)
treee30f9cac2cd28ab3522fb21b74204342b35e3530 /main.c
parent6524b096a1e38bbb7f0645f410af348211e8349d (diff)
Fix input/output to correct function names
input/output created write/read respectively fixed to read/write.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 246bfb0..c1de792 100644
--- a/main.c
+++ b/main.c
@@ -148,7 +148,6 @@ ptree *t;
} else if (t->type != LIST) {
return 1;
} else {
- fprintf(stderr, "PTR: %x\n", t);
yyerror("NOT A PARAMETER LIST\n");
}