mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
GUI: removed superfluous break in EventRecorder
This commit is contained in:
parent
28b1a020d3
commit
eccf343fcb
@ -537,7 +537,6 @@ Common::SeekableReadStream *EventRecorder::processSaveStream(const Common::Strin
|
||||
return saveFile;
|
||||
default:
|
||||
return nullptr;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user