summaryrefslogtreecommitdiff
path: root/src/core/endian_func.hpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-02-17 02:08:53 +0000
committersmatz <smatz@openttd.org>2009-02-17 02:08:53 +0000
commitb8471e540105a2d6774d65a054e6facea823a4a6 (patch)
treed8362b79f1dad582122d2e5ff0b5413506038db0 /src/core/endian_func.hpp
parent42c0faf9e1d8a7ad17299a05f1ea68f2f45ec61e (diff)
downloadopenttd-b8471e540105a2d6774d65a054e6facea823a4a6.tar.xz
(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header
Diffstat (limited to 'src/core/endian_func.hpp')
-rw-r--r--src/core/endian_func.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/endian_func.hpp b/src/core/endian_func.hpp
index 2b80ccc68..72fa20d3a 100644
--- a/src/core/endian_func.hpp
+++ b/src/core/endian_func.hpp
@@ -2,8 +2,8 @@
/** @file endian_func.hpp Function to handling different endian machines. */
-#ifndef ENDIAN_FUNC_H
-#define ENDIAN_FUNC_H
+#ifndef ENDIAN_FUNC_HPP
+#define ENDIAN_FUNC_HPP
#include "endian_type.hpp"
#include "bitmath_func.hpp"