Skip to content

Commit

Permalink
translating all-13 (beta 2 incoming... -6 commits to go)
Browse files Browse the repository at this point in the history
note that this have only one translatable term cuz idk all english abbreviation

Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 16, 2023
1 parent 28dc507 commit a858151
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[] =
{
{ "open", GDB_TIO_HANDLER(Open) },
{ "close", GDB_TIO_HANDLER(Close) },
{ "apri", GDB_TIO_HANDLER(Open) },
{ "chiudi", 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 a858151

Please sign in to comment.