OSDN Git Service

Fixed indentation.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Wed, 26 Dec 2012 07:26:48 +0000 (07:26 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Wed, 26 Dec 2012 07:26:48 +0000 (07:26 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@320 60bc1c72-a15a-11de-b98f-4500b42dc123

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,