mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Minor grammar fix.
This commit is contained in:
parent
6a55d75b3d
commit
47dd8ad069
@ -424,7 +424,7 @@ int main(int argc, char *argv[]) {
|
|||||||
default: break;
|
default: break;
|
||||||
case ::Machine::Error::MissingROM:
|
case ::Machine::Error::MissingROM:
|
||||||
std::cerr << "Could not find system ROMs; please install to /usr/local/share/CLK/ or /usr/share/CLK/, or provide a --rompath." << std::endl;
|
std::cerr << "Could not find system ROMs; please install to /usr/local/share/CLK/ or /usr/share/CLK/, or provide a --rompath." << std::endl;
|
||||||
std::cerr << "One or more of the following were needed but not found:" << std::endl;
|
std::cerr << "One or more of the following was needed but not found:" << std::endl;
|
||||||
for(const auto &name: rom_names) {
|
for(const auto &name: rom_names) {
|
||||||
std::cerr << machine_name << '/' << name << std::endl;
|
std::cerr << machine_name << '/' << name << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user