Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed May 8, 2016
1 parent 7f34269 commit 85a3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3DSFIRMtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ int main( int argc, char** argv )
}
}
if ((memcmp(bufenc, "FIRM", 4) != 0) || !tsize_firm) {
printf("\nbad xorpad or corrupt nand.bin, won't dump!\n\n", (char*) bufenc, tsize_firm);
printf("\nbad xorpad or corrupt nand.bin, won't dump!\n\n");
return 0;
}
for (size_t i = 512; i < tsize_firm; i++)
Expand Down

0 comments on commit 85a3bab

Please sign in to comment.