Skip to content

Commit 4d684a6

Browse files
committed
WS
1 parent 333c362 commit 4d684a6

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
@@ -3723,7 +3723,7 @@ static int exif_scan_JPEG_header(image_info_type *ImageInfo)
37233723
unsigned int ll, lh;
37243724
uchar *Data;
37253725
size_t fpos, size, got, itemlen;
3726-
jpeg_sof_info sof_info;
3726+
jpeg_sof_info sof_info;
37273727

37283728
for(section=0;;section++) {
37293729
#ifdef EXIF_DEBUG

0 commit comments

Comments
 (0)