aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_opt.h')
-rw-r--r--include/fuse_opt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index 20653b1..d8573e7 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -6,8 +6,8 @@
See the file COPYING.LIB.
*/
-#ifndef _FUSE_OPT_H_
-#define _FUSE_OPT_H_
+#ifndef FUSE_OPT_H_
+#define FUSE_OPT_H_
/** @file
*
@@ -268,4 +268,4 @@ int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
}
#endif
-#endif /* _FUSE_OPT_H_ */
+#endif /* FUSE_OPT_H_ */