summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/exif.c')
-rw-r--r--ext/exif/exif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c
index 7b0513d86d..dc416235a4 100644
--- a/ext/exif/exif.c
+++ b/ext/exif/exif.c
@@ -109,7 +109,7 @@ typedef struct {
function_entry exif_functions[] = {
PHP_FE(read_exif_data, NULL)
- {0}
+ {NULL, NULL, NULL}
};
PHP_MINFO_FUNCTION(exif);