mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix
This commit is contained in:
parent
99bb4f14e1
commit
66dc0ea62f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void GameManager::Update() {
|
||||||
// Game downloaded to temporary file - install it!
|
// Game downloaded to temporary file - install it!
|
||||||
InstallGameOnThread(zipName, true);
|
InstallGameOnThread(zipName, true);
|
||||||
} else {
|
} 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());
|
File::Delete(zipName.c_str());
|
||||||
}
|
}
|
||||||
curDownload_.reset();
|
curDownload_.reset();
|
||||||
|
|
Loading…
Add table
Reference in a new issue