aboutsummaryrefslogtreecommitdiffstats
path: root/src/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 2b54808b7..bc6b23840 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -124,7 +124,7 @@ touch (char const *file)
int open_errno = 0;
struct timespec const *t = newtime;
- if (STREQ (file, "-"))
+ if (streq (file, "-"))
fd = STDOUT_FILENO;
else if (! (no_create || no_dereference))
{