Franco Ponticelli 14 years ago
parent
commit
04c169adba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/php/FileSystem.hx

+ 1 - 1
std/php/FileSystem.hx

@@ -78,7 +78,7 @@ class FileSystem {
 		if (untyped __physeq__(p, false))
 			return null;
 		else
-			return p;s
+			return p;
 	}
 
 	public static function kind( path : String ) : FileKind {