summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 1fe321773c..ed42395c42 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -1065,7 +1065,7 @@ const zend_function_entry gd_functions[] = {
PHP_FE(imagefilter, arginfo_imagefilter)
PHP_FE(imageconvolution, arginfo_imageconvolution)
- {NULL, NULL, NULL}
+ PHP_FE_END
};
/* }}} */