[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.127,1.128

Max Horn fingolfin at users.sourceforge.net
Mon Jan 2 11:53:01 CET 2006


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18332/base

Modified Files:
	gameDetector.cpp 
Log Message:
Typo

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- gameDetector.cpp	31 Oct 2005 01:50:51 -0000	1.127
+++ gameDetector.cpp	2 Jan 2006 19:52:05 -0000	1.128
@@ -188,7 +188,7 @@
 				}
 			}
 		}
-		/* check that we can the dir is there */
+		/* check that the dir is there */
 		if (stat(savePath, &sb) == 0) {
 			ConfMan.registerDefault("savepath", savePath);
 		}





More information about the Scummvm-git-logs mailing list