Franco Ponticelli 14 년 전
부모
커밋
04c169adba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {