This commit is contained in:
d0k3 2017-06-03 12:22:12 +02:00
parent d704452c28
commit ae96c058f8

View File

@ -167,7 +167,7 @@ bool SetWritePermissions(u32 perm, bool add_perm) {
return false;
break;
case PERM_MEMORY:
if (!ShowUnlockSequence(4, "!Better be careful!\n \nYou want to enable memory\nwriting permissions.\n nWriting to certain areas may\nlead to unexpected results."))
if (!ShowUnlockSequence(4, "!Better be careful!\n \nYou want to enable memory\nwriting permissions.\n \nWriting to certain areas may\nlead to unexpected results."))
return false;
break;
case PERM_SYS_LVL3: