From 22de5fcddfacd8d241ae2926125e0151b9e6e651 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Mon, 11 Mar 2019 17:31:59 +0300 Subject: Style. --- src/nxt_php_sapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_php_sapi.c') diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index 80321a85..4b71de5c 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -699,7 +699,7 @@ fail: static int nxt_php_startup(sapi_module_struct *sapi_module) { - return php_module_startup(sapi_module, NULL, 0); + return php_module_startup(sapi_module, NULL, 0); } -- cgit