summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index a45a32f..5dff237 100644
--- a/main.c
+++ b/main.c
@@ -41,6 +41,8 @@ int main(int argc, char **argv)
}
eo_tokenizer_walk(toknz, fpath);
+ eo_tokenizer_dump(toknz);
+
eo_tokenizer_free(toknz);
}