diff options
| author | cepera <[email protected]> | 2022-02-10 16:49:45 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:45 +0300 |
| commit | 70cc862712bf4b7db64c26723d862268e0011e05 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/misc/httpcodes.h | |
| parent | 99e67b1db27953625d41d1f3eb45ff2517b4d697 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpcodes.h')
| -rw-r--r-- | library/cpp/http/misc/httpcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h index 1603ba01793..cbfbaa1188d 100644 --- a/library/cpp/http/misc/httpcodes.h +++ b/library/cpp/http/misc/httpcodes.h @@ -72,7 +72,7 @@ enum HttpCodes { HTTP_NETWORK_AUTHENTICATION_REQUIRED = 511, HTTP_UNASSIGNED_512 = 512, - HTTP_CODE_MAX + HTTP_CODE_MAX }; TStringBuf HttpCodeStrEx(int code) noexcept; |
