]> granicus.if.org Git - php/commitdiff
Fixed the format.
authorEgon Schmid <eschmid@php.net>
Wed, 17 May 2000 19:48:43 +0000 (19:48 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 17 May 2000 19:48:43 +0000 (19:48 +0000)
ext/standard/image.c

index 5a3c28eda56b6cfa2d37f52e62e384591059f31d..fa3e437a8652ebf9cb9bdc5657bed44c026789f5 100644 (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;