diff options
Diffstat (limited to 'command/tac.c')
-rw-r--r-- | command/tac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/tac.c b/command/tac.c index 9e9e48e..b209bf2 100644 --- a/command/tac.c +++ b/command/tac.c @@ -88,7 +88,7 @@ cleanup: stack_free(&stack); } -COMMAND(tac) { +COMMAND(tac_main) { FILE* in; int i; |