mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[RAPPS] Kill 2x EOL white-space in loaddlg.cpp
Both were introduced during 0.4.15-dev'ing and were not in any earlier rls branches. They were the only 2 in here btw.
This commit is contained in:
parent
adc86c2442
commit
ae2ad29ad5
1 changed files with 2 additions and 2 deletions
|
@ -529,7 +529,7 @@ BOOL ShowLastError(
|
|||
DWORD dwLastError)
|
||||
{
|
||||
CLocalPtr<WCHAR> lpMsg;
|
||||
|
||||
|
||||
if (!FormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
||||
FORMAT_MESSAGE_IGNORE_INSERTS |
|
||||
(bInetError ? FORMAT_MESSAGE_FROM_HMODULE : FORMAT_MESSAGE_FROM_SYSTEM),
|
||||
|
@ -622,7 +622,7 @@ unsigned int WINAPI CDownloadManager::ThreadFunc(LPVOID param)
|
|||
szNewCaption.LoadStringW(IDS_DL_DIALOG_DB_UNOFFICIAL_DOWNLOAD_DISP);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if (!IsWindow(hDlg)) goto end;
|
||||
SetWindowTextW(hDlg, szNewCaption.GetString());
|
||||
|
||||
|
|
Loading…
Reference in a new issue