mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
JANITORIAL: Remove extra semi-colons.
svn-id: r52489
This commit is contained in:
parent
1475f75653
commit
9324a80d93
@ -295,7 +295,7 @@ bool SciEngine::checkExportBreakpoint(uint16 script, uint16 pubfunct) {
|
||||
_console->DebugPrintf("Break on script %d, export %d\n", script, pubfunct);
|
||||
_debugState.debugging = true;
|
||||
_debugState.breakpointWasHit = true;
|
||||
return true;;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1837,7 +1837,7 @@ bool VMDDecoder::readFiles() {
|
||||
break;
|
||||
|
||||
if (_frames[i].parts[j].type == kPartTypeFile) {
|
||||
File file;;
|
||||
File file;
|
||||
|
||||
file.offset = _stream->pos() + 20;
|
||||
file.size = _frames[i].parts[j].size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user