Core: Fix typo

This commit is contained in:
Vicki Pfau 2017-03-20 17:22:49 -07:00
parent 7dfa195e53
commit caab7f6d89
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ bool mCoreLoadState(struct mCore* core, int slot, int flags) {
if (success) { if (success) {
mLOG(STATUS, INFO, "State %i loaded", slot); mLOG(STATUS, INFO, "State %i loaded", slot);
} else { } else {
mLOG(STATUS, INFO, "State %i failed to loaded", slot); mLOG(STATUS, INFO, "State %i failed to load", slot);
} }
return success; return success;