aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/crc.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-13 03:42:30 +0200
committerEinar Johan Trøan Sømåen2012-08-13 03:42:30 +0200
commitfed19cb66ae5b56dd7dc81b90edd5a0d15986678 (patch)
treed1c3a237aa6b421aedea2cb3bab88b8689dea4a1 /engines/wintermute/utils/crc.h
parentddfa227b939d922f738f932997b70110453068cf (diff)
downloadscummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.gz
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.tar.bz2
scummvm-rg350-fed19cb66ae5b56dd7dc81b90edd5a0d15986678.zip
WINTERMUTE: WinterMute -> Wintermute
Diffstat (limited to 'engines/wintermute/utils/crc.h')
-rw-r--r--engines/wintermute/utils/crc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/utils/crc.h b/engines/wintermute/utils/crc.h
index 363340531d..9b9446ce57 100644
--- a/engines/wintermute/utils/crc.h
+++ b/engines/wintermute/utils/crc.h
@@ -18,7 +18,7 @@
#include "common/system.h" // For types.
-namespace WinterMute {
+namespace Wintermute {
#ifndef TRUE
#define FALSE 0
@@ -80,6 +80,6 @@ extern "C" crc crc_initialize(void);
extern "C" crc crc_process_byte(unsigned char byteVal, crc remainder);
extern "C" crc crc_finalize(crc remainder);
-} // End of namespace WinterMute
+} // End of namespace Wintermute
#endif /* _crc_h */