diff options
Diffstat (limited to 'engines/groovie/stuffit.cpp')
-rw-r--r-- | engines/groovie/stuffit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/stuffit.cpp b/engines/groovie/stuffit.cpp index 37f12585e7..60a57a0129 100644 --- a/engines/groovie/stuffit.cpp +++ b/engines/groovie/stuffit.cpp @@ -249,7 +249,7 @@ void StuffItArchive::update14(uint16 first, uint16 last, byte *code, uint16 *fre do { while (++i < last && code[first] > code[i]) ; - + while (--j > first && code[first] < code[j]) ; |