mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
damn winmerge ... adding the devil's spacing instead of angel's spacing
svn path=/trunk/; revision=44484
This commit is contained in:
parent
d285414016
commit
73c2744aad
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ SetRosSpecificInfo(LPOSVERSIONINFOW lpVersionInformation)
|
|||
dwSize = sizeof(KEY_VALUE_PARTIAL_INFORMATION) + sizeof(DWORD);
|
||||
kvpInfo = (PKEY_VALUE_PARTIAL_INFORMATION)HeapAlloc(GetProcessHeap(), 0, dwSize);
|
||||
if (!kvpInfo)
|
||||
return;
|
||||
return;
|
||||
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&KeyName,
|
||||
|
|
Loading…
Reference in a new issue