aboutsummaryrefslogtreecommitdiff
path: root/graphics/video
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video')
-rw-r--r--graphics/video/dxa_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/dxa_decoder.cpp b/graphics/video/dxa_decoder.cpp
index e514050942..827ee0846f 100644
--- a/graphics/video/dxa_decoder.cpp
+++ b/graphics/video/dxa_decoder.cpp
@@ -155,7 +155,7 @@ bool DXADecoder::loadFile(const char *fileName) {
} while (tag != 0);
}
#endif
-
+
// Read the sound header
_soundTag = _fileStream->readUint32BE();