aboutsummaryrefslogtreecommitdiff
path: root/gui/browser_osx.mm
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser_osx.mm')
-rw-r--r--gui/browser_osx.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/browser_osx.mm b/gui/browser_osx.mm
index 804d10d7b0..14b274de10 100644
--- a/gui/browser_osx.mm
+++ b/gui/browser_osx.mm
@@ -69,7 +69,7 @@ int BrowserDialog::runModal() {
const char *filename = [[panel filename] cStringUsingEncoding:NSUTF8StringEncoding];
#endif
_choice = Common::FSNode(filename);
- choiceMade = true;
+ choiceMade = true;
}
@@ -83,4 +83,4 @@ int BrowserDialog::runModal() {
return choiceMade;
}
-}
+} // End of namespace GUI