aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2007-12-17 13:27:44 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2007-12-17 13:27:44 +0000
commita203851326b38162f61ea4f79941756ad1c2d021 (patch)
treebd04a7c9ee6a1d0d1fcf99212105d3592e57ffdb /include/fuse_common.h
parent4ae237a8d8077e524483c296d31584034807f118 (diff)
Released 2.7.2
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 9747e45..8d4ba2b 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -9,7 +9,7 @@
/** @file */
#if !defined(_FUSE_H_) && !defined(_FUSE_LOWLEVEL_H_)
-#error "Never include <fuse_common.h> directly; use <fuse.h> or <fuse_lowlevel.h instead."
+#error "Never include <fuse_common.h> directly; use <fuse.h> or <fuse_lowlevel.h> instead."
#endif
#ifndef _FUSE_COMMON_H_