From 0779da509b321355233cb9df403bc7e29b113683 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 04:11:51 +0000 Subject: [PATCH] Don't use long as a type --- ext/exif/exif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 0b7e784571..2ea6670a3a 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -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) { -- 2.50.1