diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-11 08:01:18 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-11 08:01:18 +0000 |
commit | d2f99493a0350f5593cd74e4695631a284691e41 (patch) | |
tree | 3713f9c02fe2115b714d59c585b903ce926d9643 /ext | |
parent | 1a867685a07dd77c295ab8f75f605669f3ce9034 (diff) | |
download | php-git-d2f99493a0350f5593cd74e4695631a284691e41.tar.gz |
Reformatted.
# Still bad?
Diffstat (limited to 'ext')
-rw-r--r-- | ext/iconv/iconv.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index b7e56710de..5548eab368 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -122,8 +122,10 @@ PHP_MINIT_FUNCTION(miconv) } #endif - REGISTER_STRING_CONSTANT( "ICONV_IMPL", ICONV_IMPL, CONST_CS | CONST_PERSISTENT ); - REGISTER_STRING_CONSTANT( "ICONV_VERSION", version, CONST_CS | CONST_PERSISTENT ); + REGISTER_STRING_CONSTANT( "ICONV_IMPL", ICONV_IMPL, CONST_CS + | CONST_PERSISTENT ); + REGISTER_STRING_CONSTANT( "ICONV_VERSION", version, CONST_CS + | CONST_PERSISTENT ); return SUCCESS; } |