diff options
author | dvorkanton <dvorkanton@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | 110a978b66fe6c0916572df51cfead2a9b647174 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/libiconv/converters.h | |
parent | ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb (diff) | |
download | ydb-110a978b66fe6c0916572df51cfead2a9b647174.tar.gz |
Restoring authorship annotation for <dvorkanton@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libiconv/converters.h')
-rw-r--r-- | contrib/libs/libiconv/converters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/libiconv/converters.h b/contrib/libs/libiconv/converters.h index 77649424d3..c67fa08bf8 100644 --- a/contrib/libs/libiconv/converters.h +++ b/contrib/libs/libiconv/converters.h @@ -219,8 +219,8 @@ typedef struct { #include "big5.h" #include "ksc5601.h" -#endif - +#endif + #include "johab_hangul.h" /* CJK encodings [CES = character encoding scheme] [CJKV.INF chapter 4] */ @@ -251,7 +251,7 @@ typedef struct { #include "cp949.h" #include "johab.h" #include "iso2022_kr.h" -#endif +#endif /* Encodings used by system dependent locales. */ |