summaryrefslogtreecommitdiff
path: root/zen/build_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/build_info.h')
-rw-r--r--zen/build_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zen/build_info.h b/zen/build_info.h
index 7c738847..09e1c5a7 100644
--- a/zen/build_info.h
+++ b/zen/build_info.h
@@ -4,8 +4,8 @@
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef BUILDINFO_H_5928539285603428657
-#define BUILDINFO_H_5928539285603428657
+#ifndef BUILD_INFO_H_5928539285603428657
+#define BUILD_INFO_H_5928539285603428657
namespace zen
{
@@ -35,4 +35,4 @@ namespace zen
#endif
}
-#endif //BUILDINFO_H_5928539285603428657
+#endif //BUILD_INFO_H_5928539285603428657
bgstack15