aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_adlib.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-29 12:52:03 +0000
committerJohannes Schickel2009-05-29 12:52:03 +0000
commit64e6c596c7d485a2e68138b08e573813c4783b59 (patch)
treec42534336c094a2871e82ce013912b060aa78170 /engines/kyra/sound_adlib.cpp
parent702f267b192eb469a231b2c4207196527b392aca (diff)
downloadscummvm-rg350-64e6c596c7d485a2e68138b08e573813c4783b59.tar.gz
scummvm-rg350-64e6c596c7d485a2e68138b08e573813c4783b59.tar.bz2
scummvm-rg350-64e6c596c7d485a2e68138b08e573813c4783b59.zip
Formatting.
svn-id: r40991
Diffstat (limited to 'engines/kyra/sound_adlib.cpp')
-rw-r--r--engines/kyra/sound_adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index 78500eead7..ef4223f8e4 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -846,7 +846,7 @@ void AdlibDriver::writeOPL(byte reg, byte val) {
void AdlibDriver::initChannel(Channel &channel) {
debugC(9, kDebugLevelSound, "initChannel(%lu)", (long)(&channel - _channels));
- memset(&channel.dataptr, 0, sizeof(Channel) - ((char*)&channel.dataptr - (char*)&channel));
+ memset(&channel.dataptr, 0, sizeof(Channel) - ((char *)&channel.dataptr - (char *)&channel));
channel.tempo = 0xFF;
channel.priority = 0;