summaryrefslogtreecommitdiff
path: root/pattern2regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'pattern2regex.c')
-rw-r--r--pattern2regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pattern2regex.c b/pattern2regex.c
index 669206a..646b007 100644
--- a/pattern2regex.c
+++ b/pattern2regex.c
@@ -12,7 +12,7 @@ int main(int argc, char **argv)
yyin = stdin;
}
- if (!yyparse()) dump_atom(ast);
+ if (!yyparse()) print_regex(ast);
fclose(yyin);
return 0;