[NTOSKRNL] Fix parsing loop

This commit is contained in:
Pierre Schweitzer 2019-02-09 13:59:11 +01:00
parent 2991f6e76e
commit f4320047c3
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -1312,6 +1312,8 @@ BOOLEAN ExpKdbgExtHandle(ULONG Argc, PCHAR Argv[])
i = 0;
break;
}
++i;
}
if (i == 0)