SCUMM: Small formatting fix.

This commit is contained in:
Johannes Schickel 2013-11-27 19:32:08 +01:00
parent fdcb6a6b1a
commit 10def6a435
2 changed files with 2 additions and 2 deletions

View file

@ -764,7 +764,7 @@ bool ScummEngine::loadInfos(Common::SeekableReadStream *file, SaveStateMetaInfos
return true;
}
void ScummEngine::saveInfos(Common::WriteStream* file) {
void ScummEngine::saveInfos(Common::WriteStream *file) {
SaveInfoSection section;
section.type = MKTAG('I','N','F','O');
section.version = INFOSECTION_VERSION;