Fix some minor warnings.

This commit is contained in:
Unknown W. Brackets 2013-07-07 18:24:53 -07:00
parent 67e2c1fb98
commit a32cf817ff
11 changed files with 23 additions and 15 deletions

View file

@ -255,6 +255,7 @@ namespace SaveState
default:
ERROR_LOG(COMMON, "Savestate failure: unknown operation type %d", op.type);
result = false;
break;
}