Solving a typo

This commit is contained in:
AnonymusRaccoon
2020-01-27 18:19:06 +01:00
parent 3b96a6f44d
commit 7e33b20a20
+1 -1
View File
@@ -9,7 +9,7 @@
int main(int argc, char **argv)
{
if (argc != 2) {
std::cout << "ComSquare:" << std::endl << "\tUsage: " << argv[0] << "rom_path" << std::endl;
std::cout << "ComSquare:" << std::endl << "\tUsage: " << argv[0] << " rom_path" << std::endl;
return 1;
}
ComSquare::MemoryBus bus;