summaryrefslogtreecommitdiff
path: root/src/misc/dbg_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/dbg_helpers.h')
-rw-r--r--src/misc/dbg_helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/dbg_helpers.h b/src/misc/dbg_helpers.h
index 7cbe57810..0cbb1c077 100644
--- a/src/misc/dbg_helpers.h
+++ b/src/misc/dbg_helpers.h
@@ -2,8 +2,8 @@
/** @file dbg_helpers.h Functions to be used for debug printings. */
-#ifndef DBG_HELPERS
-#define DBG_HELPERS
+#ifndef DBG_HELPERS_H
+#define DBG_HELPERS_H
#include <new>
#include <map>
@@ -163,4 +163,4 @@ struct DumpTarget {
}
};
-#endif /* DBG_HELPERS */
+#endif /* DBG_HELPERS_H */