Whitespace change, and test to see if I'm able to commit now that I've changed
my password. (See SourceForge status page.) svn-id: r23492
This commit is contained in:
parent
612ba0c2be
commit
cf8b0c06d1
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ bool ScummEngine::saveState(int slot, bool compat) {
|
||||||
Serializer ser(0, out, CURRENT_VER);
|
Serializer ser(0, out, CURRENT_VER);
|
||||||
saveOrLoad(&ser);
|
saveOrLoad(&ser);
|
||||||
out->flush();
|
out->flush();
|
||||||
if(out->ioFailed()) {
|
if (out->ioFailed()) {
|
||||||
delete out;
|
delete out;
|
||||||
debug(1, "State save as '%s' FAILED", filename);
|
debug(1, "State save as '%s' FAILED", filename);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue