mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +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);
|
&dwValueLength);
|
||||||
if (dwError == ERROR_NO_MORE_ITEMS)
|
if (dwError == ERROR_NO_MORE_ITEMS)
|
||||||
{
|
{
|
||||||
dwError == ERROR_SUCCESS;
|
dwError = ERROR_SUCCESS;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
else if (dwError != ERROR_SUCCESS)
|
else if (dwError != ERROR_SUCCESS)
|
||||||
|
|
Loading…
Reference in a new issue