diff options
Diffstat (limited to 'libnetfs/fsys-set-options.c')
-rw-r--r-- | libnetfs/fsys-set-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/fsys-set-options.c b/libnetfs/fsys-set-options.c index 08af9c3c..2b7e07e0 100644 --- a/libnetfs/fsys-set-options.c +++ b/libnetfs/fsys-set-options.c @@ -28,7 +28,7 @@ struct args { - char *data; + const char *data; mach_msg_type_number_t len; int do_children; }; |