missing a space
This commit is contained in:
parent
ba955f6659
commit
2bd77ba9c4
|
@ -60,7 +60,7 @@ class GameScanner
|
|||
std::string emptyParentPath = "";
|
||||
for (const DirectoryTree::item& item : tree)
|
||||
{
|
||||
if(running == false)
|
||||
if (running == false)
|
||||
break;
|
||||
|
||||
if (game_list.size() == 0)
|
||||
|
|
Loading…
Reference in New Issue