diff options
Diffstat (limited to 'engines/sci/engine/heap.h')
-rw-r--r-- | engines/sci/engine/heap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/engine/heap.h b/engines/sci/engine/heap.h index bb8df540fb..f826c6e8a1 100644 --- a/engines/sci/engine/heap.h +++ b/engines/sci/engine/heap.h @@ -23,8 +23,8 @@ * */ -#ifndef _SCI_HEAP_H -#define _SCI_HEAP_H +#ifndef SCI_ENGINE_HEAP_H +#define SCI_ENGINE_HEAP_H #include "sci/tools.h" @@ -112,4 +112,4 @@ void heap_dump_all(heap_t *h); } // End of namespace Sci -#endif // !_SCI_HEAP_H +#endif // SCI_ENGINE_HEAP_H |