aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video/qt_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/qt_decoder.cpp b/video/qt_decoder.cpp
index 02c3c1373e..c9431fdbd8 100644
--- a/video/qt_decoder.cpp
+++ b/video/qt_decoder.cpp
@@ -603,7 +603,7 @@ int QuickTimeDecoder::readDefault(MOVatom atom) {
uint32 i = 0;
for (; _parseTable[i].type != 0 && _parseTable[i].type != a.type; i++)
- // empty;
+ ; // Empty
if (a.size < 8)
break;