mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[ADVAPI32]
Fix indentation. No code change. svn path=/trunk/; revision=53226
This commit is contained in:
parent
fb0e9ef233
commit
b80c7bfe5c
1 changed files with 1 additions and 1 deletions
|
@ -2543,7 +2543,7 @@ RegEnumKeyExA(HKEY hKey,
|
||||||
if (KeyInfo->Node.NameLength > NameLength ||
|
if (KeyInfo->Node.NameLength > NameLength ||
|
||||||
KeyInfo->Node.ClassLength > ClassLength)
|
KeyInfo->Node.ClassLength > ClassLength)
|
||||||
{
|
{
|
||||||
ErrorCode = ERROR_BUFFER_OVERFLOW;
|
ErrorCode = ERROR_BUFFER_OVERFLOW;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue