From d25ac7c9515df23542e5d2739e4e52c431908a3e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 28 Jan 2005 14:55:52 +0000 Subject: Indentation svn-id: r16666 --- scumm/imuse_digi/dimuse_sndmgr.cpp | 4 ++-- 1 file 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; -- cgit v1.2.3