optimize codes

This commit is contained in:
ValKmjolnir
2022-01-16 22:48:00 +08:00
parent 46716620e3
commit 630c99c39a
10 changed files with 128 additions and 168 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ uint16_t nasal_dbg::get_fileindex(const std::string& filename)
void nasal_dbg::err()
{
std::cout
std::cerr
<<"incorrect command\n"
<<"input \'h\' to get help\n";
}