Skip to content

Commit

Permalink
try until it has fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 16, 2023
1 parent a029538 commit 3b03078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menus/process_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static inline int ProcessListMenu_FormatInfoLine(char *out, const ProcessInfo *i
else if ((ctx->flags & GDB_FLAG_SELECTED) && (ctx->localPort >= GDB_PORT_BASE && ctx->localPort < GDB_PORT_BASE + MAX_DEBUG))
{
checkbox = "(W) ";
sprintf(commentBuf, "Porta: %hu ", ctx->localPort);
sprintf(commentBuf, "Port: %hu ", ctx->localPort);
}
}

Expand Down

0 comments on commit 3b03078

Please sign in to comment.