aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/sound.cpp
diff options
context:
space:
mode:
authorSven Hesse2014-05-28 23:30:29 +0200
committerSven Hesse2014-05-28 23:30:29 +0200
commitfc250701c59f8fa1b606dc410046eb2758657e63 (patch)
tree3d0db6ba34c5cae674b23224b6c47f0ba8bafb83 /engines/voyeur/sound.cpp
parent2168d43d5d8c66cc4316e2bd0450ef108b27fda5 (diff)
downloadscummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.tar.gz
scummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.tar.bz2
scummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.zip
VOYEUR: Janitorial - Remove trailing whitespace
Diffstat (limited to 'engines/voyeur/sound.cpp')
-rw-r--r--engines/voyeur/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/sound.cpp b/engines/voyeur/sound.cpp
index 26145bd743..c0e5a043cd 100644
--- a/engines/voyeur/sound.cpp
+++ b/engines/voyeur/sound.cpp
@@ -62,7 +62,7 @@ void SoundManager::startVOCPlay(const Common::String &filename) {
if (!f.open(filename))
error("Could not find voc file - %s", filename.c_str());
- Audio::SeekableAudioStream *audioStream = Audio::makeVOCStream(f.readStream(f.size()),
+ Audio::SeekableAudioStream *audioStream = Audio::makeVOCStream(f.readStream(f.size()),
Audio::FLAG_UNSIGNED, DisposeAfterUse::YES);
_mixer->playStream(Audio::Mixer::kSFXSoundType, &_soundHandle, audioStream);