[Scummvm-cvs-logs] CVS: scummvm/backends/fs/posix posix-fs.cpp,1.8,1.9

Pawel Kolodziejski aquadran at users.sourceforge.net
Thu Mar 6 10:28:40 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/fs/posix
In directory sc8-pr-cvs1:/tmp/cvs-serv27088/fs/posix

Modified Files:
	posix-fs.cpp 
Log Message:
and more cleanup ....

Index: posix-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/posix/posix-fs.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- posix-fs.cpp	27 Dec 2002 00:13:51 -0000	1.8
+++ posix-fs.cpp	6 Mar 2003 18:26:39 -0000	1.9
@@ -141,7 +141,6 @@
 }
 
 FilesystemNode *POSIXFilesystemNode::parent() const {
-	
 	POSIXFilesystemNode *p = new POSIXFilesystemNode();
 
 	// Root node is its own parent. Still we can't just return this





More information about the Scummvm-git-logs mailing list