mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-09 20:59:06 +00:00
Solving a typo
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
if (argc != 2) {
|
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;
|
return 1;
|
||||||
}
|
}
|
||||||
ComSquare::MemoryBus bus;
|
ComSquare::MemoryBus bus;
|
||||||
|
|||||||
Reference in New Issue
Block a user