Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 23, 2024
1 parent db7c0e2 commit 8329580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booter/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ int main(int argc, char **argv) {
printSmall(false, 4, yPos, oemIdText);
yPos += 8*2;
if (
|| (manufID == 0x0000 && strcmp(oemID, " ") == 0) // Brandless
(manufID == 0x0000 && strcmp(oemID, " ") == 0) // Brandless
){
printSmall(false, 4, yPos, "The inserted SD card is not");
yPos += 8;
Expand Down

0 comments on commit 8329580

Please sign in to comment.