mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix a typo
This commit is contained in:
parent
3710ed975b
commit
a23ba0e14b
@ -342,7 +342,7 @@ u32 ValidateNandDump(const char* path) {
|
|||||||
|
|
||||||
// check TWL & CTR FAT partitions
|
// check TWL & CTR FAT partitions
|
||||||
for (u32 i = 0; i < 2; i++) {
|
for (u32 i = 0; i < 2; i++) {
|
||||||
char* section_type = (i) ? "CTR" : "MBR";
|
char* section_type = (i) ? "CTR" : "TWL";
|
||||||
if (i == 0) { // check TWL first, then CTR
|
if (i == 0) { // check TWL first, then CTR
|
||||||
if (GetNandNcsdPartitionInfo(&info, NP_TYPE_STD, NP_SUBTYPE_TWL, 0, &ncsd) != 0) return 1;
|
if (GetNandNcsdPartitionInfo(&info, NP_TYPE_STD, NP_SUBTYPE_TWL, 0, &ncsd) != 0) return 1;
|
||||||
} else if ((GetNandNcsdPartitionInfo(&info, NP_TYPE_STD, NP_SUBTYPE_CTR, 0, &ncsd) != 0) &&
|
} else if ((GetNandNcsdPartitionInfo(&info, NP_TYPE_STD, NP_SUBTYPE_CTR, 0, &ncsd) != 0) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user