[EVENTVWR]

* Minor style change.

svn path=/trunk/; revision=64575
This commit is contained in:
Amine Khaldi 2014-10-06 18:47:17 +00:00
parent b5c736907f
commit 8aec3eb0e2

View file

@ -520,7 +520,7 @@ BOOL
QueryEventMessages(LPWSTR lpMachineName,
LPWSTR lpLogName)
{
HWND hwndDlg=0;
HWND hwndDlg = NULL;
HANDLE hEventLog;
EVENTLOGRECORD *pevlr;
DWORD dwRead, dwNeeded, dwThisRecord, dwTotalRecords = 0, dwCurrentRecord = 0, dwRecordsToRead = 0, dwFlags, dwMaxLength;