mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL] Fix parsing loop
This commit is contained in:
parent
2991f6e76e
commit
f4320047c3
1 changed files with 2 additions and 0 deletions
|
@ -1312,6 +1312,8 @@ BOOLEAN ExpKdbgExtHandle(ULONG Argc, PCHAR Argv[])
|
|||
i = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
++i;
|
||||
}
|
||||
|
||||
if (i == 0)
|
||||
|
|
Loading…
Reference in a new issue