Skip to content

Commit

Permalink
Update memory.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
long123king authored Oct 28, 2022
1 parent 5e13148 commit 39f6ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ DEFINE_CMD(page_2_svg)
{
if (args.size() < 3)
{
EXT_F_OUT("Usage: !dk page_2_svg <addr> <output_filename>\nTTD Mode Only\n");
EXT_F_OUT("Usage: !dk page_2_svg <addr> <output_filename>\n");
return;
}
size_t addr = EXT_F_IntArg(args, 1, 0);
Expand Down Expand Up @@ -1510,4 +1510,4 @@ void do_memcpy(size_t src_addr, size_t dst_addr, size_t count)
}
}
FC;
}
}

0 comments on commit 39f6ff0

Please sign in to comment.