diff options
author | Alyssa Milburn | 2011-04-14 23:46:53 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-04-14 23:47:50 +0200 |
commit | d23150ff786dcaafd7025804201530b421b41247 (patch) | |
tree | a3c5e891c3781ccb05c7897b6a1b75fc3810c6f5 | |
parent | 8f09386ec8341f4bf00db06fb7c9334c36a179b6 (diff) | |
download | scummvm-rg350-d23150ff786dcaafd7025804201530b421b41247.tar.gz scummvm-rg350-d23150ff786dcaafd7025804201530b421b41247.tar.bz2 scummvm-rg350-d23150ff786dcaafd7025804201530b421b41247.zip |
AUDIO: Name the ADPCM status struct.
-rw-r--r-- | audio/decoders/adpcm_intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/adpcm_intern.h b/audio/decoders/adpcm_intern.h index b242d713e0..ea20b40338 100644 --- a/audio/decoders/adpcm_intern.h +++ b/audio/decoders/adpcm_intern.h @@ -52,7 +52,7 @@ protected: uint32 _blockPos[2]; const int _rate; - struct { + struct ADPCMStatus { // OKI/IMA struct { int32 last; |