summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index f281c45f3..416ab64ae 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -638,7 +638,7 @@ main (int argc, char **argv)
else
for (; optind < argc; ++optind)
{
- if (strcmp (argv[optind], "-") == 0)
+ if (STREQ (argv[optind], "-"))
{
have_read_stdin = 1;
errors |= tac_stdin_to_mem ();