OSDN Git Service

Fix indentation.
authorrelan <relan@users.noreply.github.com>
Wed, 26 Dec 2012 07:26:48 +0000 (07:26 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:15 +0000 (08:26 +0300)
fuse/main.c

index ee1e505..91cf223 100644 (file)
@@ -305,7 +305,7 @@ static struct fuse_operations fuse_exfat_ops =
        .rename         = fuse_exfat_rename,
        .utimens        = fuse_exfat_utimens,
 #ifdef __APPLE__
-       .chmod          = fuse_exfat_chmod,
+       .chmod          = fuse_exfat_chmod,
 #endif
        .statfs         = fuse_exfat_statfs,
        .init           = fuse_exfat_init,