Nicolas Cannasse hace 19 años
padre
commit
7dcc93b2c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 )