summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_rinit_hook.c
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2020-04-29 08:48:47 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-29 23:17:40 +0200
commit8ddaf13ed3e91fdad56edf0d71663dcf074c9b75 (patch)
tree64b6039d8b403116be29803772c65226873cb1fa /sapi/phpdbg/phpdbg_rinit_hook.c
parent90705d44e3da1d0aa7b8b4fd921ec597391eccb2 (diff)
downloadphp-git-8ddaf13ed3e91fdad56edf0d71663dcf074c9b75.tar.gz
Code tweaks: Remove unneeded semicolons
Diffstat (limited to 'sapi/phpdbg/phpdbg_rinit_hook.c')
-rw-r--r--sapi/phpdbg/phpdbg_rinit_hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_rinit_hook.c b/sapi/phpdbg/phpdbg_rinit_hook.c
index 92013f5499..ddbc433669 100644
--- a/sapi/phpdbg/phpdbg_rinit_hook.c
+++ b/sapi/phpdbg/phpdbg_rinit_hook.c
@@ -18,7 +18,7 @@
#include "php_ini.h"
#include <errno.h>
-ZEND_DECLARE_MODULE_GLOBALS(phpdbg_webhelper);
+ZEND_DECLARE_MODULE_GLOBALS(phpdbg_webhelper)
PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("phpdbg.auth", "", PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdateString, auth, zend_phpdbg_webhelper_globals, phpdbg_webhelper_globals)