diff options
author | iddqd <[email protected]> | 2022-02-10 16:49:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:45 +0300 |
commit | 07fce9c5f7771600d0b3d70e1f88fd8a7e164d85 (patch) | |
tree | e4aa4750fbb864d70f8c06cf03d2750e979ea3bf /util/system/error.cpp | |
parent | af42068bf6cd93c976b80dd0388fa48cdf65da11 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/error.cpp')
-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 f778ec42cbe..3396f21d0cc 100644 --- a/util/system/error.cpp +++ b/util/system/error.cpp @@ -58,7 +58,7 @@ namespace { const char* LastSystemErrorText(int code) { #if defined(_win_) - TErrString& text(*Singleton<TErrString>()); + TErrString& text(*Singleton<TErrString>()); LastSystemErrorText(text.data, sizeof(text.data), code); return text.data; |