diff options
author | savin97 <[email protected]> | 2022-02-10 16:52:07 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:07 +0300 |
commit | 6dda96acccc5db795315421605ba0451b8d41b16 (patch) | |
tree | edc08ea290ef72af925d0940a56c176ec2ff965c /util/generic/yexception.cpp | |
parent | 23c799716c9f913b096312f8ea4e90b14b271e53 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception.cpp')
-rw-r--r-- | util/generic/yexception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/yexception.cpp b/util/generic/yexception.cpp index 2ce6c4369da..12eb7b2fa40 100644 --- a/util/generic/yexception.cpp +++ b/util/generic/yexception.cpp @@ -71,7 +71,7 @@ void TSystemError::Init() { yexception& exc = *this; exc << TStringBuf("("); - exc << TStringBuf(LastSystemErrorText(Status_)); + exc << TStringBuf(LastSystemErrorText(Status_)); exc << TStringBuf(") "); } |