summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 6ffc6cc..71dd004 100644
--- a/src/util.c
+++ b/src/util.c
@@ -123,7 +123,7 @@ file_already_seen (struct stat const *st)
return hash_lookup (file_id_table, &f) != 0;
}
-static bool
+static bool _GL_ATTRIBUTE_PURE
contains_slash (const char *s)
{
for (; *s; s++)