mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
parent
5dfe3455db
commit
9634a31589
1 changed files with 0 additions and 1 deletions
|
@ -960,7 +960,6 @@ EnumHKCRValue(
|
||||||
NULL);
|
NULL);
|
||||||
if (ErrorCode != ERROR_SUCCESS)
|
if (ErrorCode != ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
/* Most likely ERROR_NO_MORE_ITEMS */
|
|
||||||
if (ErrorCode != ERROR_NO_MORE_ITEMS)
|
if (ErrorCode != ERROR_NO_MORE_ITEMS)
|
||||||
ERR("Returning %d.\n", ErrorCode);
|
ERR("Returning %d.\n", ErrorCode);
|
||||||
goto Exit;
|
goto Exit;
|
||||||
|
|
Loading…
Reference in a new issue