Get rid of a warning

This commit is contained in:
Zeev Suraski 2000-06-25 17:54:52 +00:00
parent a6b201c18c
commit 10e0303620

View file

@ -924,8 +924,9 @@ int php_read_jpeg_exif(ImageInfoType *ImageInfo, char *FileName, int ReadAll)
Section_t Sections[20];
int SectionsRead;
char *LastExifRefd=NULL;
int ret, i;
int ret;
int thumbsize=0;
/* int i; */
ImageInfo->MotorolaOrder = 0;