Fixed the format.

This commit is contained in:
Egon Schmid 2000-05-17 19:48:43 +00:00
parent 31c3dfdf52
commit 11acad981c

View file

@ -294,8 +294,9 @@ static struct gfxinfo *php_handle_jpeg(FILE *fp,pval *info)
}
/* main function */
/* {{{ proto array getimagesize(string imagefile[, array info])
Get the size of an image as 4-element array */
/* {{{ proto array getimagesize(string imagefile [, array info])
Get the size of an image as 4-element array */
PHP_FUNCTION(getimagesize)
{
pval **arg1,**info = 0;