mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
GUI: Fix missing parentheses causing build failure
This commit is contained in:
parent
3ee5a99619
commit
37e74af914
@ -116,7 +116,7 @@ void BrowserDialog::open() {
|
|||||||
}
|
}
|
||||||
_node = Common::FSNode(blPath);
|
_node = Common::FSNode(blPath);
|
||||||
#else
|
#else
|
||||||
if (ConfMan.hasKey("browser_lastpath")
|
if (ConfMan.hasKey("browser_lastpath"))
|
||||||
_node = Common::FSNode(ConfMan.get("browser_lastpath"));
|
_node = Common::FSNode(ConfMan.get("browser_lastpath"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user