Selaa lähdekoodia

one more go-round

Thomas "elfprince13" Dickerson 8 vuotta sitten
vanhempi
commit
76e02b41f7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Engine/source/platformMac/macFileIO.mm

+ 1 - 1
Engine/source/platformMac/macFileIO.mm

@@ -994,7 +994,7 @@ bool Platform::fileTimeToString(FileTime * time, char * string, U32 strLen) { re
 #if defined(TORQUE_DEBUG)
 ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
 	Con::printf("testing %s",(const char*)argv[1]);
-	Platform::addExcludedDirectory(".svn"); 
+	Platform::addExcludedDirectory(".svn");
 	if(Platform::hasSubDirectory(argv[1]))
 		Con::printf(" has subdir");
 	else