mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NETSH] Fix a type in the interpreter
This commit is contained in:
@@ -211,7 +211,7 @@ InterpretCommand(
|
||||
if (dwError == ERROR_SHOW_USAGE)
|
||||
{
|
||||
PrintCommandHelp(pTempContext, pGroup, pCommand);
|
||||
dwError == ERROR_SUPPRESS_OUTPUT;
|
||||
dwError = ERROR_SUPPRESS_OUTPUT;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user