diff options
author | Torbjörn Andersson | 2007-02-17 00:54:32 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2007-02-17 00:54:32 +0000 |
commit | 7949a067e14b71d50ef6bd2ea89316bc6d85ec1e (patch) | |
tree | 44099b795f0bb0b186f7bcc8de18be2a1817366c /engines/agos | |
parent | 409657cc15ff312cb2458d34628bc18dc57119f3 (diff) | |
download | scummvm-rg350-7949a067e14b71d50ef6bd2ea89316bc6d85ec1e.tar.gz scummvm-rg350-7949a067e14b71d50ef6bd2ea89316bc6d85ec1e.tar.bz2 scummvm-rg350-7949a067e14b71d50ef6bd2ea89316bc6d85ec1e.zip |
Removed extra tabs.
svn-id: r25640
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/sound.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/sound.cpp b/engines/agos/sound.cpp index b6ee6cf02c..eee2ee540d 100644 --- a/engines/agos/sound.cpp +++ b/engines/agos/sound.cpp @@ -309,7 +309,7 @@ Audio::AudioStream *VorbisSound::makeAudioStream(uint sound) { int i = 1; while (_offsets[sound + i] == _offsets[sound]) - i++; + i++; uint32 size = _offsets[sound + i] - _offsets[sound]; @@ -338,7 +338,7 @@ Audio::AudioStream *FlacSound::makeAudioStream(uint sound) { int i = 1; while (_offsets[sound + i] == _offsets[sound]) - i++; + i++; uint32 size = _offsets[sound + i] - _offsets[sound]; |