aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-12-26 16:57:34 +0000
committerJohannes Schickel2009-12-26 16:57:34 +0000
commit1a1b041d00084070da7f3e0d3564869ebe9a1f35 (patch)
tree02ded2a4c4076a417ba7a447832ec0f1fe8b531c
parent4e743e1a467aab8250172d4bb57be5e8484eed0a (diff)
downloadscummvm-rg350-1a1b041d00084070da7f3e0d3564869ebe9a1f35.tar.gz
scummvm-rg350-1a1b041d00084070da7f3e0d3564869ebe9a1f35.tar.bz2
scummvm-rg350-1a1b041d00084070da7f3e0d3564869ebe9a1f35.zip
Add "End of namespace" comment.
svn-id: r46594
-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