mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +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);
|
||||
#else
|
||||
if (ConfMan.hasKey("browser_lastpath")
|
||||
if (ConfMan.hasKey("browser_lastpath"))
|
||||
_node = Common::FSNode(ConfMan.get("browser_lastpath"));
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user