From 1a1b041d00084070da7f3e0d3564869ebe9a1f35 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 26 Dec 2009 16:57:34 +0000 Subject: Add "End of namespace" comment. svn-id: r46594 --- gui/browser_osx.mm | 4 ++-- 1 file 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 -- cgit v1.2.3