diff options
author | Egon Schmid <eschmid@php.net> | 2000-05-17 19:48:43 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-05-17 19:48:43 +0000 |
commit | 11acad981ce954b42f4069c561cd73a88a318999 (patch) | |
tree | 3f24a4af94c476644388a68e8498e80eaaefb2d9 | |
parent | 31c3dfdf529253869bd82d36bf53cb62ebb8de3c (diff) | |
download | php-git-11acad981ce954b42f4069c561cd73a88a318999.tar.gz |
Fixed the format.
-rw-r--r-- | ext/standard/image.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/standard/image.c b/ext/standard/image.c index 5a3c28eda5..fa3e437a86 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -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; |