cosmetic fix

This commit is contained in:
folkert van heusden 2022-06-11 11:50:27 +02:00
parent 593d1f1e55
commit fd44bf3262

View file

@ -132,6 +132,8 @@ std::pair<std::vector<std::string>, std::vector<std::string> > select_disk_files
if (ch == '3') if (ch == '3')
continue; continue;
c->put_string_lf(format("%c", ch));
c->put_string("Opening file: "); c->put_string("Opening file: ");
c->put_string_lf(selected_file.c_str()); c->put_string_lf(selected_file.c_str());