CommonHostInterface: Compile warning fix

pull/2361/head
Connor McLaughlin 4 years ago
parent a85f36b257
commit 0c4629bda2

@ -742,7 +742,7 @@ bool CommonHostInterface::SaveUndoLoadState()
return false;
}
Log_InfoPrintf("Saved undo load state: % " PRIu64 " bytes", m_undo_load_state->GetSize());
Log_InfoPrintf("Saved undo load state: %" PRIu64 " bytes", m_undo_load_state->GetSize());
return true;
}

Loading…
Cancel
Save