Fix random typo

This commit is contained in:
Soreepeong 2024-07-22 20:34:43 +09:00
parent d71fbc52fb
commit 6c8ec0ab4d

View file

@ -269,7 +269,7 @@ public static class Util
{
if ((mbi.Protect & (1 << i)) == 0)
continue;
if (c++ == 0)
if (c++ != 0)
sb.Append(" | ");
sb.Append(PageProtectionFlagNames[i]);
}