mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Fix random typo
This commit is contained in:
parent
d71fbc52fb
commit
6c8ec0ab4d
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ public static class Util
|
||||||
{
|
{
|
||||||
if ((mbi.Protect & (1 << i)) == 0)
|
if ((mbi.Protect & (1 << i)) == 0)
|
||||||
continue;
|
continue;
|
||||||
if (c++ == 0)
|
if (c++ != 0)
|
||||||
sb.Append(" | ");
|
sb.Append(" | ");
|
||||||
sb.Append(PageProtectionFlagNames[i]);
|
sb.Append(PageProtectionFlagNames[i]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue