[Scummvm-cvs-logs] SF.net SVN: scummvm:[38615] scummvm/trunk/backends/fs/symbian/symbian-fs. cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Feb 20 20:42:19 CET 2009


Revision: 38615
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38615&view=rev
Author:   anotherguest
Date:     2009-02-20 19:42:19 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
Slight formatting update

Modified Paths:
--------------
    scummvm/trunk/backends/fs/symbian/symbian-fs.cpp

Modified: scummvm/trunk/backends/fs/symbian/symbian-fs.cpp
===================================================================
--- scummvm/trunk/backends/fs/symbian/symbian-fs.cpp	2009-02-20 19:41:24 UTC (rev 38614)
+++ scummvm/trunk/backends/fs/symbian/symbian-fs.cpp	2009-02-20 19:42:19 UTC (rev 38615)
@@ -67,7 +67,6 @@
 		fname.Copy(ptr);
 		TBool fileExists = BaflUtils::FileExists(static_cast<OSystem_SDL_Symbian*> (g_system)->FsSession(), fname);
 		if(!fileExists) {
-
 			TParsePtrC parser(fname);
 			if(parser.PathPresent() && parser.Path().Compare(_L("\\")) == KErrNone && !parser.NameOrExtPresent()) {
 				fileExists = ETrue;


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