about summary refs log tree commit diff stats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 1693593..a6c831f 100644
--- a/util.c
+++ b/util.c
@@ -22,3 +22,4 @@ TYPE discriminate(char *s) {
     return OPERATOR;
   } else return FUNCTION;
 }
+