diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 6a37cfe6b8..afba56b6d8 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -34,7 +34,7 @@ FN_LOCAL_STRING(fstype, fstype) FN_LOCAL_LIST(ntvfs_handler, ntvfs_handler) FN_LOCAL_BOOL(msdfs_root, msdfs_root) FN_LOCAL_BOOL(browseable, browseable) -FN_LOCAL_BOOL(readonly, readonly) +FN_LOCAL_BOOL(read_only, readonly) FN_LOCAL_BOOL(print_ok, print_ok) FN_LOCAL_BOOL(map_hidden, map_hidden) FN_LOCAL_BOOL(map_archive, map_archive) |