- better fix
[m6w6/ext-http] / php_http_std_defs.h
index a454d61dac1d36185a2f3d8648d5f4d951c09c04..cf3e15fe97b07c251e6a8910c33049accc98684e 100644 (file)
@@ -93,7 +93,7 @@ typedef int STATUS;
        }
 
 /* function accepts no args */
-#define NO_ARGS zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "")
+#define NO_ARGS zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "");
 
 /* CR LF */
 #define HTTP_CRLF "\r\n"