mirror of
https://github.com/akuker/RASCSI.git
synced 2025-04-06 22:37:17 +00:00
Fixed typo
This commit is contained in:
parent
3c40e6a188
commit
143850404f
@ -200,7 +200,7 @@ void CommandServerInfo(const string& hostname, int port)
|
||||
|
||||
cout << "Image files available in the default folder:" << endl;
|
||||
for (auto it = sorted_files.begin(); it != sorted_files.end(); ++it) {
|
||||
cout << " " << (*it).name() << " (" << (*it).size() << " bytes)" << ((*it).read_only() ? ", read only": "")
|
||||
cout << " " << (*it).name() << " (" << (*it).size() << " bytes)" << ((*it).read_only() ? ", read-only": "")
|
||||
<< endl;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user