summaryrefslogtreecommitdiff
path: root/ext/standard/iptc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/iptc.c')
-rw-r--r--ext/standard/iptc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c
index c32ae918c9..675291f252 100644
--- a/ext/standard/iptc.c
+++ b/ext/standard/iptc.c
@@ -282,6 +282,7 @@ PHP_FUNCTION(iptcembed)
RETURN_TRUE;
}
}
+/* }}} */
/* {{{ proto array iptcparse(string iptcdata)
Parse binary IPTC-data into associative array */
@@ -374,4 +375,5 @@ PHP_FUNCTION(iptcparse)
* tab-width: 4
* c-basic-offset: 4
* End:
+ * vim: sw=4 ts=4 tw=78 fdm=marker
*/