summaryrefslogtreecommitdiff
path: root/ext/standard/iptc.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-24 08:39:02 +0000
committerEgon Schmid <eschmid@php.net>2000-02-24 08:39:02 +0000
commitfe615efb5c74fa9cec4d46dd0899b0123b2709b1 (patch)
treef9823d3062d0c5e7afe8b34ae6809d9e99b6ac34 /ext/standard/iptc.c
parent7da7a50c69b6f95609e81b2eb156640a5a5c4cb0 (diff)
downloadphp-git-fe615efb5c74fa9cec4d46dd0899b0123b2709b1.tar.gz
More protos.
Diffstat (limited to 'ext/standard/iptc.c')
-rw-r--r--ext/standard/iptc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c
index bd6f8f927d..a1365e25f2 100644
--- a/ext/standard/iptc.c
+++ b/ext/standard/iptc.c
@@ -160,7 +160,7 @@ static int php_iptc_next_marker(FILE *fp,int spool,unsigned char **spoolbuf)
static char psheader[] = "\xFF\xED\0\0Photoshop 3.0\08BIM\x04\x04\0\0\0\0";
-/* {{{ proto array iptcembed(string iptcdata, string jpeg_file_name [ , int spool ])
+/* {{{ proto array iptcembed(string iptcdata, string jpeg_file_name [, int spool])
Embed binary IPTC data into a JPEG image. */
PHP_FUNCTION(iptcembed)
{
@@ -294,7 +294,7 @@ PHP_FUNCTION(iptcembed)
}
/* {{{ proto array iptcparse(string iptcdata)
- Parse binary IPTC-data into associative array. */
+ Parse binary IPTC-data into associative array */
PHP_FUNCTION(iptcparse)
{
unsigned int length, inx, len, inheader, tagsfound;