Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/guardedalloc/MEM_sys_types.h')
-rw-r--r--intern/guardedalloc/MEM_sys_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/guardedalloc/MEM_sys_types.h b/intern/guardedalloc/MEM_sys_types.h
index ff945a8c0c1..c5148e84ffe 100644
--- a/intern/guardedalloc/MEM_sys_types.h
+++ b/intern/guardedalloc/MEM_sys_types.h
@@ -48,8 +48,8 @@
* \ingroup MEM
*/
-#ifndef BLO_SYS_TYPES_H
-#define BLO_SYS_TYPES_H
+#ifndef MEM_SYS_TYPES_H
+#define MEM_SYS_TYPES_H
#ifdef __cplusplus
extern "C" {
@@ -127,5 +127,5 @@ typedef unsigned long uintptr_t;
}
#endif
-#endif /* eof */
+#endif /* MEM_SYS_TYPES_H */