diff options
Diffstat (limited to 'engines/avalanche/acci2.h')
-rw-r--r-- | engines/avalanche/acci2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/acci2.h b/engines/avalanche/acci2.h index 9004fc6ad5..ed44a758bd 100644 --- a/engines/avalanche/acci2.h +++ b/engines/avalanche/acci2.h @@ -27,8 +27,8 @@ /* ACCIDENCE II The parser. */ -#ifndef ACCI2_H -#define ACCI2_H +#ifndef AVALANCHE_ACCI2_H +#define AVALANCHE_ACCI2_H #include "common/scummsys.h" #include "common/str.h" @@ -132,4 +132,4 @@ private: } // End of namespace Avalanche. -#endif // ACCI2_H +#endif // AVALANCHE_ACCI2_H |