diff options
author | savin97 <[email protected]> | 2022-02-10 16:52:08 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:08 +0300 |
commit | bd038e90fb042b0ec259494b0b5530c1527289f2 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/yexception.cpp | |
parent | 6dda96acccc5db795315421605ba0451b8d41b16 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 12eb7b2fa40..2ce6c4369da 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(") "); } |