mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Typo fix
This commit is contained in:
parent
99bb4f14e1
commit
66dc0ea62f
@ -118,7 +118,7 @@ void GameManager::Update() {
|
||||
// Game downloaded to temporary file - install it!
|
||||
InstallGameOnThread(zipName, true);
|
||||
} else {
|
||||
ERROR_LOG(HLE, "Expected HTTP status code 200, got status code %i. Install cancelled, deleting partia lfile.", curDownload_->ResultCode());
|
||||
ERROR_LOG(HLE, "Expected HTTP status code 200, got status code %i. Install cancelled, deleting partial file.", curDownload_->ResultCode());
|
||||
File::Delete(zipName.c_str());
|
||||
}
|
||||
curDownload_.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user