diff options
Diffstat (limited to 'sbin/mount_udf')
| -rw-r--r-- | sbin/mount_udf/mount_udf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index 080fab8d1999..4c8dbef59ac8 100644 --- a/sbin/mount_udf/mount_udf.c +++ b/sbin/mount_udf/mount_udf.c @@ -64,7 +64,7 @@ struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_UPDATE, - { NULL, 0, 0, 0 } + MOPT_NULL }; int set_charset(char **, char **, const char *); |
