Nicolas Cannasse před 19 roky
rodič
revize
7dcc93b2c3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      std/haxe/Http.hx

+ 1 - 1
std/haxe/Http.hx

@@ -341,7 +341,7 @@ class Http {
 		var status = Std.parseInt(rp[1]);
 
 		if( status == 0 || status == null )
-			throw "Response status error"
+			throw "Response status error";
 
 		onStatus(status);
 		if( status < 200 || status >= 400 )