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:
Torbjörn Andersson 2006-07-14 09:37:26 +00:00
parent 612ba0c2be
commit cf8b0c06d1

View file

@ -116,7 +116,7 @@ bool ScummEngine::saveState(int slot, bool compat) {
Serializer ser(0, out, CURRENT_VER);
saveOrLoad(&ser);
out->flush();
if(out->ioFailed()) {
if (out->ioFailed()) {
delete out;
debug(1, "State save as '%s' FAILED", filename);
return false;