Justin Donaldson před 9 roky
rodič
revize
de337a54bb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      std/lua/Io.hx

+ 1 - 1
std/lua/Io.hx

@@ -24,7 +24,7 @@ import haxe.extern.Rest;
 
 
 @:native("_G.io")
 @:native("_G.io")
 extern class Io {
 extern class Io {
-    public static var stdin  : FileHandle;
+	public static var stdin  : FileHandle;
 	public static var stderr : FileHandle;
 	public static var stderr : FileHandle;
 	public static var stdout : FileHandle;
 	public static var stdout : FileHandle;