diff options
| author | tejblum <[email protected]> | 2022-02-10 16:48:02 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:02 +0300 |
| commit | 2bf39531b4f50b889e946ac4866018678a4fb281 (patch) | |
| tree | 65ee082892af9db55f726e13950abf0b1cc65992 /library/cpp/charset/doccodes.h | |
| parent | a61e8c559b6b690a019253067224d595e3d642f1 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/charset/doccodes.h')
| -rw-r--r-- | library/cpp/charset/doccodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/charset/doccodes.h b/library/cpp/charset/doccodes.h index 75c87adf9ee..78d7e101ec7 100644 --- a/library/cpp/charset/doccodes.h +++ b/library/cpp/charset/doccodes.h @@ -1,5 +1,5 @@ #pragma once - + enum ECharset { CODES_UNSUPPORTED = -2, // valid but unsupported encoding CODES_UNKNOWN = -1, // invalid or unspecified encoding @@ -126,4 +126,4 @@ enum ECharset { CODES_SHIFT_JIS, CODES_MAX -}; +}; |
