diff options
-rw-r--r-- | engines/wintermute/coll_templ.h | 2 | ||||
-rw-r--r-- | engines/wintermute/dcgf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/coll_templ.h b/engines/wintermute/coll_templ.h index fea203d100..7b1d21f5b0 100644 --- a/engines/wintermute/coll_templ.h +++ b/engines/wintermute/coll_templ.h @@ -87,4 +87,4 @@ public: } // end of namespace Wintermute
-#endif // COLL_TEMPL_H
+#endif // WINTERMUTE_COLL_TEMPL_H
diff --git a/engines/wintermute/dcgf.h b/engines/wintermute/dcgf.h index f8213570e4..c1a67ba4d1 100644 --- a/engines/wintermute/dcgf.h +++ b/engines/wintermute/dcgf.h @@ -48,4 +48,4 @@ #define COMPRESSED_FILE_MAGIC 0x504D435A // ZCMP
-#endif // _DCGF_H_
+#endif // WINTERMUTE_DCGF_H
|