aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 292f877af..3cfbc5600 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -307,7 +307,7 @@ static long parse_mount_options(char *options, char **unrecognized)
307 307
308 // Loop through options 308 // Loop through options
309 for (;;) { 309 for (;;) {
310 size_t i; 310 unsigned i;
311 char *comma = strchr(options, ','); 311 char *comma = strchr(options, ',');
312 const char *option_str = mount_option_str; 312 const char *option_str = mount_option_str;
313 313