Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 12, 2017
1 parent 7845182 commit 2b7d3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/exif/exif.c
Original file line number Diff line number Diff line change
Expand Up @@ -4455,7 +4455,7 @@ PHP_FUNCTION(exif_read_data)
convert_to_string(stream);

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

RETURN_FALSE;
}
Expand Down

0 comments on commit 2b7d3fb

Please sign in to comment.