Skip to content

Commit

Permalink
srry this wasn't meant to be tanslate (-7 commits to go)
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 a858151 commit 357508b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysmodules/rosalina/source/gdb/tio.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ static const struct
GDBCommandHandler handler;
} gdbTioCommandHandlers[] =
{
{ "apri", GDB_TIO_HANDLER(Open) },
{ "chiudi", GDB_TIO_HANDLER(Close) },
{ "open", GDB_TIO_HANDLER(Open) },
{ "close", GDB_TIO_HANDLER(Close) },
{ "pread", GDB_TIO_HANDLER(Read) },
{ "pwrite", GDB_TIO_HANDLER(Write) },
{ "fstat", GDB_TIO_HANDLER(Stat) },
Expand Down

0 comments on commit 357508b

Please sign in to comment.