diff options
Diffstat (limited to 'ext/exif/exif.c')
-rw-r--r-- | ext/exif/exif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 1b41bd7260..bb805302cd 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -254,7 +254,7 @@ static const zend_module_dep exif_module_deps[] = { #if EXIF_USE_MBSTRING ZEND_MOD_REQUIRED("mbstring") #endif - {NULL, NULL, NULL} + ZEND_MOD_END }; /* }}} */ |