diff options
author | Anatol Belski <ab@php.net> | 2016-12-21 17:59:45 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-12-21 17:59:45 +0100 |
commit | 6ffa1d256f8b3e42aecaa69e126a6cb5ec5031a6 (patch) | |
tree | 24dca9439a884afe7105e912a0cc9a61669f2473 /win32/codepage.c | |
parent | 637436628adc0c3c28d712be37902cb715c8a0b4 (diff) | |
download | php-git-6ffa1d256f8b3e42aecaa69e126a6cb5ec5031a6.tar.gz |
add folds
Diffstat (limited to 'win32/codepage.c')
-rw-r--r-- | win32/codepage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/codepage.c b/win32/codepage.c index 0cedda8f71..7206f92c05 100644 --- a/win32/codepage.c +++ b/win32/codepage.c @@ -394,7 +394,7 @@ PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env) }/*}}}*/ static BOOL php_win32_cp_cli_io_setup(void) -{ +{/*{{{*/ BOOL ret = TRUE; if (PG(input_encoding) && PG(input_encoding)[0]) { @@ -420,7 +420,7 @@ static BOOL php_win32_cp_cli_io_setup(void) } return ret; -} +}/*}}}*/ PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc) {/*{{{*/ |