[ADVAPI32] Remove now-redundant comment (#2735)

Addendum to 5dfe345.
This commit is contained in:
Serge Gautherie 2020-05-05 10:37:09 +02:00 committed by GitHub
parent 5dfe3455db
commit 9634a31589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;