diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/fuse_common.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-17 Miklos Szeredi <miklos@szeredi.hu> + + * Released 2.7.2 + 2007-12-12 Miklos Szeredi <miklos@szeredi.hu> * Fix kernel module compile for 2.6.24 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_ |