aboutsummaryrefslogtreecommitdiff
path: root/util/fusermount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 9326037..2b84db5 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -141,7 +141,7 @@ static void unlock_mtab(int mtablock)
filenames. */
static int check_name(const char *name)
{
- char *s;
+ const char *s;
for (s = "\n\t\\"; *s; s++) {
if (strchr(name, *s)) {
fprintf(stderr, "%s: illegal character 0x%02x in mount entry\n",