Skip to content

Commit

Permalink
round 2 try to fix a build bug
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Nov 18, 2023
1 parent 3555f55 commit e436a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus/debugger_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void DebuggerMenu_DisableDebugger(void)
char buf[65];

if (res != 0)
sprintf(buf, "Fallimento nel tentatiivo di disattivare il debugger (0x%08lx).", (u32)res);
sprintf(buf, "Fallimento nel tentatiivo di disattivare il debugger (0x%08lx).", (u100)res);

do
{
Expand Down

0 comments on commit e436a6f

Please sign in to comment.