summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index 06ef24d34..893aa1e8a 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -646,7 +646,9 @@ main (int argc, char **argv)
errors |= tac_stdin_to_mem ();
}
else
- errors |= tac_file (argv[optind]);
+ {
+ errors |= tac_file (argv[optind]);
+ }
}
}