summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-07 16:01:02 +0000
committerJim Meyering <jim@meyering.net>1998-05-07 16:01:02 +0000
commit77728e4f4b6cec29659e3607ec0470b55b6c02d0 (patch)
tree5e5b154e54de1c05705cf4a85bc84537a6ecfdd7 /src/tac.c
parent9db889c37204d9b3265b9a1822a7d1d6d85f2d96 (diff)
downloadcoreutils-77728e4f4b6cec29659e3607ec0470b55b6c02d0.tar.xz
add curlies
Diffstat (limited to 'src/tac.c')
-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]);
+ }
}
}