aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-02-18 14:07:09 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2010-02-18 14:07:09 +0000
commitb21279ff36bf09f787ee143196a2b77d8bada469 (patch)
treeb3c51f9460c1be221e43358a64321d839b1c9e85 /include
parentbba1ff4cf64a095d9b6c193e8a5d19da3f6e1a16 (diff)
downloadandroid_external_fuse-b21279ff36bf09f787ee143196a2b77d8bada469.tar.gz
android_external_fuse-b21279ff36bf09f787ee143196a2b77d8bada469.tar.bz2
android_external_fuse-b21279ff36bf09f787ee143196a2b77d8bada469.zip
* Fix definition of FUSE_OPT_ENT for C++. Reported by Tim
Bruylants
Diffstat (limited to 'include')
-rw-r--r--include/fuse_opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index 5595b4a..8c08d77 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -100,7 +100,7 @@ struct fuse_opt {
* Last option. An array of 'struct fuse_opt' must end with a NULL
* template value
*/
-#define FUSE_OPT_END { .templ = NULL }
+#define FUSE_OPT_END { NULL, 0, 0 }
/**
* Argument list