mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Remove unnecassary newline after Entering directory
This commit is contained in:
parent
81e6b7afb0
commit
0c238c7653
@ -544,7 +544,7 @@ string browseForFile (void) {
|
|||||||
screenMode = 0;
|
screenMode = 0;
|
||||||
return "null";
|
return "null";
|
||||||
} else if (entry->isDirectory) {
|
} else if (entry->isDirectory) {
|
||||||
iprintf("Entering directory\n");
|
iprintf("Entering directory ");
|
||||||
// Enter selected directory
|
// Enter selected directory
|
||||||
chdir (entry->name.c_str());
|
chdir (entry->name.c_str());
|
||||||
getDirectoryContents (dirContents);
|
getDirectoryContents (dirContents);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user