]> granicus.if.org Git - php/commitdiff
Removed duplicate assignment.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 8 Nov 2002 01:08:01 +0000 (01:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 8 Nov 2002 01:08:01 +0000 (01:08 +0000)
ext/exif/exif.c

index 810ed5dde8e894f003669f40f109f8daab8be20b..136d069b302e207d2d37e89ade3bc515a380df2b 100644 (file)
@@ -4064,7 +4064,7 @@ PHP_FUNCTION(exif_imagetype)
                RETURN_FALSE;
        }
 
-       itype = itype = php_getimagetype(stream, NULL TSRMLS_CC);
+       itype = php_getimagetype(stream, NULL TSRMLS_CC);
 
        php_stream_close(stream);