Skip to content

Commit 2b7d3fb

Browse files
committed
Fixed compilation error
1 parent 7845182 commit 2b7d3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/exif/exif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4455,7 +4455,7 @@ PHP_FUNCTION(exif_read_data)
44554455
convert_to_string(stream);
44564456

44574457
if (!Z_STRLEN_P(stream)) {
4458-
exif_error_docref(NULL, EXIFERR_CC, &ImageInfo, E_WARNING, "Filename cannot be empty");
4458+
exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_WARNING, "Filename cannot be empty");
44594459

44604460
RETURN_FALSE;
44614461
}

0 commit comments

Comments
 (0)