cosmetic fix
This commit is contained in:
parent
593d1f1e55
commit
fd44bf3262
1 changed files with 2 additions and 0 deletions
|
@ -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());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue