diff options
| author | geek <[email protected]> | 2022-02-10 16:49:34 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:34 +0300 |
| commit | 62bad8df5b890e3012b8949bcf6d2e885ce8972c (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system | |
| parent | 3edcc3fb0098c02c36c44dfcc0d0dfe4224639c9 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system')
| -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 7eece9c3ecc..f778ec42cbe 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 } |
