Skip to content

Commit 6ffa1d2

Browse files
committed
add folds
1 parent 6374366 commit 6ffa1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/codepage.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env)
394394
}/*}}}*/
395395

396396
static BOOL php_win32_cp_cli_io_setup(void)
397-
{
397+
{/*{{{*/
398398
BOOL ret = TRUE;
399399

400400
if (PG(input_encoding) && PG(input_encoding)[0]) {
@@ -420,7 +420,7 @@ static BOOL php_win32_cp_cli_io_setup(void)
420420
}
421421

422422
return ret;
423-
}
423+
}/*}}}*/
424424

425425
PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc)
426426
{/*{{{*/

0 commit comments

Comments
 (0)