aboutsummaryrefslogtreecommitdiff
path: root/common/iff_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/iff_container.h')
-rw-r--r--common/iff_container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/iff_container.h b/common/iff_container.h
index ebcf9ba803..0e330a574d 100644
--- a/common/iff_container.h
+++ b/common/iff_container.h
@@ -217,8 +217,8 @@ class IFFParser {
};
protected:
- IFFChunkNav _formChunk; //!< The root chunk of the file.
- IFFChunkNav _chunk; //!< The current chunk.
+ IFFChunkNav _formChunk; ///< The root chunk of the file.
+ IFFChunkNav _chunk; ///< The current chunk.
uint32 _formSize;
Common::IFF_ID _formType;