diff options
Diffstat (limited to 'engines/avalanche/closing2.h')
-rw-r--r-- | engines/avalanche/closing2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/closing2.h b/engines/avalanche/closing2.h index 89e2d7358a..e1bf8b2cab 100644 --- a/engines/avalanche/closing2.h +++ b/engines/avalanche/closing2.h @@ -27,8 +27,8 @@ /* CLOSING The closing screen and error handler. */ -#ifndef CLOSING2_H -#define CLOSING2_H +#ifndef AVALANCHE_CLOSING2_H +#define AVALANCHE_CLOSING2_H #include "common/scummsys.h" #include "common/str.h" @@ -68,4 +68,4 @@ private: } // End of namespace Avalanche. -#endif // CLOSING2_H +#endif // AVALANCHE_CLOSING2_H |