GUI: Fix missing parentheses causing build failure

This commit is contained in:
antoniou79 2022-03-02 15:19:09 +02:00
parent 3ee5a99619
commit 37e74af914

View File

@ -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