mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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)
|
||||
continue;
|
||||
if (c++ == 0)
|
||||
if (c++ != 0)
|
||||
sb.Append(" | ");
|
||||
sb.Append(PageProtectionFlagNames[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue