aboutsummaryrefslogtreecommitdiffstats
path: root/src/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c
index 20c2ee031..127099dfc 100644
--- a/src/head.c
+++ b/src/head.c
@@ -860,7 +860,7 @@ head_file (char const *filename, uintmax_t n_units, bool count_lines,
{
int fd;
bool ok;
- bool is_stdin = STREQ (filename, "-");
+ bool is_stdin = streq (filename, "-");
if (is_stdin)
{