diff options
author | Torbjörn Andersson | 2005-01-28 14:55:52 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-01-28 14:55:52 +0000 |
commit | d25ac7c9515df23542e5d2739e4e52c431908a3e (patch) | |
tree | 1c7791182274e569f43c22fd3d4241dffc6182f2 | |
parent | fd6c178842c9e42db6d02de847bb54233ae3e1d4 (diff) | |
download | scummvm-rg350-d25ac7c9515df23542e5d2739e4e52c431908a3e.tar.gz scummvm-rg350-d25ac7c9515df23542e5d2739e4e52c431908a3e.tar.bz2 scummvm-rg350-d25ac7c9515df23542e5d2739e4e52c431908a3e.zip |
Indentation
svn-id: r16666
-rw-r--r-- | scumm/imuse_digi/dimuse_sndmgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/imuse_digi/dimuse_sndmgr.cpp b/scumm/imuse_digi/dimuse_sndmgr.cpp index e30495798e..9cf6b61632 100644 --- a/scumm/imuse_digi/dimuse_sndmgr.cpp +++ b/scumm/imuse_digi/dimuse_sndmgr.cpp @@ -579,8 +579,8 @@ int32 ImuseDigiSndMgr::getDataFromRegion(soundStruct *soundHandle, int region, b sprintf(fileName, "%s_reg%03d.ogg", soundHandle->name, region); cmpFile = soundHandle->bundle->getFile(fileName, offs, len); #ifndef USE_VORBIS - if (cmpFile) - error("Vorbis library compiled support needed!"); + if (cmpFile) + error("Vorbis library compiled support needed!"); #endif assert(cmpFile); oggMode = true; |