diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-12-05 09:35:21 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-12-05 09:35:21 +0000 |
commit | f9470dafe0133ce275491682b224244d8f264c4a (patch) | |
tree | c47b55c6873a520ce8eb92d8d72482147ce1ab45 /ext/iconv | |
parent | 5ee54820de08d81808bd8a582887945ec4aba2e7 (diff) | |
download | php-git-f9470dafe0133ce275491682b224244d8f264c4a.tar.gz |
Add a missing marker
Diffstat (limited to 'ext/iconv')
-rw-r--r-- | ext/iconv/iconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 8be5596e9a..43e7a60a79 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -2548,6 +2548,7 @@ static php_iconv_err_t php_iconv_stream_filter_unregister_factory(TSRMLS_D) return PHP_ICONV_ERR_SUCCESS; } /* }}} */ +/* }}} */ #endif /* |