fix format warnings, closes #85
[m6w6/ext-http] / src / php_http_encoding.c
index c3e9a3a5f618a4f119247fcfd0ce0fbdb0608a94..4e25de30a73a160cb6864908b94744c6c180bdc3 100644 (file)
@@ -528,7 +528,7 @@ static PHP_METHOD(HttpEncodingStream, __construct)
        obj = PHP_HTTP_OBJ(NULL, getThis());
 
        if (UNEXPECTED(obj->stream)) {
-               php_http_throw(bad_method_call, "http\\Encoding\\Stream cannot be initialized twice", NULL);
+               php_http_throw(bad_method_call, "http\\Encoding\\Stream cannot be initialized twice");
                return;
        }