Skip to content

Commit

Permalink
fix misstyping
Browse files Browse the repository at this point in the history
  • Loading branch information
Simo3ds committed Nov 17, 2024
1 parent d370f49 commit 75fdfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus/chainloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void chainloader(void)

Draw_Lock();
Draw_DrawString(10, 10, COLOR_TITLE, "Menu ChainLoader");
Draw_DrawString(10, 30, COLOR_WHITE, "Premi A per caricare un Firm, Premi B per tornare indietro")
Draw_DrawString(10, 30, COLOR_WHITE, "Premi A per caricare un Firm, Premi B per tornare indietro");
for(int i = 0; i < count; i++)
{
Draw_DrawString(30, 60+(i*10), COLOR_BLACK, " ");
Expand Down

0 comments on commit 75fdfe5

Please sign in to comment.