[Scummvm-cvs-logs] SF.net SVN: scummvm:[46594] scummvm/trunk/gui/browser_osx.mm

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Dec 26 17:57:34 CET 2009


Revision: 46594
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46594&view=rev
Author:   lordhoto
Date:     2009-12-26 16:57:34 +0000 (Sat, 26 Dec 2009)

Log Message:
-----------
Add "End of namespace" comment.

Modified Paths:
--------------
    scummvm/trunk/gui/browser_osx.mm

Modified: scummvm/trunk/gui/browser_osx.mm
===================================================================
--- scummvm/trunk/gui/browser_osx.mm	2009-12-26 16:16:02 UTC (rev 46593)
+++ scummvm/trunk/gui/browser_osx.mm	2009-12-26 16:57:34 UTC (rev 46594)
@@ -69,7 +69,7 @@
 		const char *filename = [[panel filename] cStringUsingEncoding:NSUTF8StringEncoding];
 #endif
 		_choice = Common::FSNode(filename);
-		choiceMade = true;		
+		choiceMade = true;
 	}
 
 
@@ -83,4 +83,4 @@
 	return choiceMade;
 }
 
-}
+} // End of namespace GUI


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list