diff options
author | geek <geek@yandex-team.ru> | 2022-02-10 16:49:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:34 +0300 |
commit | 3edcc3fb0098c02c36c44dfcc0d0dfe4224639c9 (patch) | |
tree | b09bb5af02283c9ae5f6b7459a44fc085b29de72 /util | |
parent | 7fa2bc85438d6a40801444b0def15f9e76a44034 (diff) | |
download | ydb-3edcc3fb0098c02c36c44dfcc0d0dfe4224639c9.tar.gz |
Restoring authorship annotation for <geek@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/system/error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/error.cpp b/util/system/error.cpp index f778ec42cb..7eece9c3ec 100644 --- a/util/system/error.cpp +++ b/util/system/error.cpp @@ -20,7 +20,7 @@ void ClearLastSystemError() { #if defined(_win_) SetLastError(0); #else - errno = 0; + errno = 0; #endif } |