Skip to content

Commit

Permalink
maybe another one cuz why not
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 12, 2023
1 parent 5ca4744 commit 5db8d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void detectAndProcessExceptionDumps(void)
drawFormattedString(false, 10 + 10 * SPACING_X + 3 * i * SPACING_X, posYBottom, COLOR_WHITE, "%02X", *stackDump);
}

static const char *choiceMessage[] =("Premi A per salvare una copia del crash", "Premi qualsiasi altro tasto per spegnere");
static const char *choiceMessage[] =("Premi A per salvare una copia del crash"; "Premi qualsiasi altro tasto per spegnere");

drawString(true, 10, posY + SPACING_Y, COLOR_WHITE, choiceMessage[0]);
drawString(true, 10, posY + SPACING_Y + SPACING_Y , COLOR_WHITE, choiceMessage[1]);
Expand Down

0 comments on commit 5db8d16

Please sign in to comment.