diff options
author | Filippos Karapetis | 2016-10-10 04:41:31 +0300 |
---|---|---|
committer | Filippos Karapetis | 2016-10-10 04:41:31 +0300 |
commit | a292fcdd93bb41b11ac1a22849b44150362795ab (patch) | |
tree | cdbadf7befe7eee0d26a916b59cadcf24c80eb3d | |
parent | bda8a9b92b50656f28e6745a3e48af108c17b920 (diff) | |
download | scummvm-rg350-a292fcdd93bb41b11ac1a22849b44150362795ab.tar.gz scummvm-rg350-a292fcdd93bb41b11ac1a22849b44150362795ab.tar.bz2 scummvm-rg350-a292fcdd93bb41b11ac1a22849b44150362795ab.zip |
CHEWY: Fix typo
-rw-r--r-- | engines/chewy/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/sound.cpp b/engines/chewy/sound.cpp index b11079a290..36f2d63073 100644 --- a/engines/chewy/sound.cpp +++ b/engines/chewy/sound.cpp @@ -213,7 +213,7 @@ void Sound::convertTMFToMod(byte *tmfData, uint32 tmfSize, byte *modData, uint32 }; if (READ_BE_UINT32(tmfPtr) != MKTAG('T', 'M', 'F', '\0')) - error("Corrupt TBF resource"); + error("Corrupt TMF resource"); tmfPtr += 4; memcpy(modPtr, songName, 20); |