summaryrefslogtreecommitdiff
path: root/include/filelogger.h
diff options
context:
space:
mode:
authorJustin Crawford <Justasic@Gmail.com>2012-04-14 20:21:38 -0700
committerJustin Crawford <Justasic@Gmail.com>2012-04-14 23:33:20 -0700
commit9ebd9cba72056c5b36696e166826afb981f25ebb (patch)
tree75b3bc8b6a3b0fb1b6a2f3bb7c904abef15df1f4 /include/filelogger.h
parentdf5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (diff)
Fix some of the include guard names (requested by SaberUK)
Diffstat (limited to 'include/filelogger.h')
-rw-r--r--include/filelogger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filelogger.h b/include/filelogger.h
index 6612a559b..45c96bc9f 100644
--- a/include/filelogger.h
+++ b/include/filelogger.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef LOG_H
-#define LOG_H
+#ifndef FILELOGGER_H
+#define FILELOGGER_H
#include "logger.h"