diff options
author | Einar Johan Trøan Sømåen | 2012-08-31 17:16:49 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-08-31 17:16:49 +0200 |
commit | d5f92497e6f15fab1c7f09bdf9a3f9c86982d35f (patch) | |
tree | d9f1a248839f2e93f05e2935fbca3062e821ee50 /engines | |
parent | 2d70964e9ca159ffffcd71759d0fbdb2448d0c01 (diff) | |
download | scummvm-rg350-d5f92497e6f15fab1c7f09bdf9a3f9c86982d35f.tar.gz scummvm-rg350-d5f92497e6f15fab1c7f09bdf9a3f9c86982d35f.tar.bz2 scummvm-rg350-d5f92497e6f15fab1c7f09bdf9a3f9c86982d35f.zip |
WINTERMUTE: Correct some endif-comments.
Diffstat (limited to 'engines')
-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
|