mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
[NETCFGX] Fix an assignment typo.
This commit is contained in:
parent
237110604b
commit
c0d97cec88
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ GetEnumOptions(
|
|||
&dwValueLength);
|
||||
if (dwError == ERROR_NO_MORE_ITEMS)
|
||||
{
|
||||
dwError == ERROR_SUCCESS;
|
||||
dwError = ERROR_SUCCESS;
|
||||
goto done;
|
||||
}
|
||||
else if (dwError != ERROR_SUCCESS)
|
||||
|
|
Loading…
Reference in a new issue