From d0285edcb7356d6985a8e7f3b89113c4ede7630f Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 19 Mar 2012 22:51:34 +0100 Subject: [PATCH] Fixed inconsistent include guard --- ports/src/noux/vfs_io_channel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/src/noux/vfs_io_channel.h b/ports/src/noux/vfs_io_channel.h index 33dcf7596..1685a6cab 100644 --- a/ports/src/noux/vfs_io_channel.h +++ b/ports/src/noux/vfs_io_channel.h @@ -11,8 +11,8 @@ * under the terms of the GNU General Public License version 2. */ -#ifndef _NOUX__VDS_IO_CHANNEL_H_ -#define _NOUX__VDS_IO_CHANNEL_H_ +#ifndef _NOUX__VFS_IO_CHANNEL_H_ +#define _NOUX__VFS_IO_CHANNEL_H_ /* Noux includes */ #include @@ -99,4 +99,4 @@ namespace Noux { }; } -#endif /* _NOUX__VDS_IO_CHANNEL_H_ */ +#endif /* _NOUX__VFS_IO_CHANNEL_H_ */