[Scummvm-cvs-logs] CVS: scummvm/common file.cpp,1.53,1.54

Jonathan Gray khalek at users.sourceforge.net
Tue Jan 6 04:53:02 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv18193

Modified Files:
	file.cpp 
Log Message:
add missing comma to ensure all directories are checked

Index: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- file.cpp	6 Jan 2004 12:45:27 -0000	1.53
+++ file.cpp	6 Jan 2004 12:52:08 -0000	1.54
@@ -85,7 +85,7 @@
 		"CLUSTERS/",
 		"clusters/",
 		"SPEECH/",
-		"speech/"
+		"speech/",
 		"SWORD2/",
 		"sword2/"
 	};





More information about the Scummvm-git-logs mailing list