]> granicus.if.org Git - php/commitdiff
Don't use long as a type
authorRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:11:51 +0000 (04:11 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:11:51 +0000 (04:11 +0000)
ext/exif/exif.c

index 0b7e784571ee7e1089ab60fc79d4c7e9a8f5bac0..2ea6670a3a3f25793c579bed64602ae12ddb269b 100644 (file)
@@ -4043,7 +4043,7 @@ PHP_FUNCTION(exif_thumbnail)
 }
 /* }}} */
 
-/* {{{ proto long exif_imagetype(string imagefile)
+/* {{{ proto int exif_imagetype(string imagefile)
    Get the type of an image */
 PHP_FUNCTION(exif_imagetype)
 {