diff options
author | gotmanov <[email protected]> | 2022-02-10 16:49:26 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:26 +0300 |
commit | b3c1a086292c74ed88830693f15a96ddeadc6b9a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream/input.cpp | |
parent | 243edeedfd2c5152b5c7812e0af471e1bb0232e8 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/input.cpp')
-rw-r--r-- | util/stream/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/input.cpp b/util/stream/input.cpp index 7ef40c15105..6e8170f2f9f 100644 --- a/util/stream/input.cpp +++ b/util/stream/input.cpp @@ -209,7 +209,7 @@ namespace { st.AssignNoAlias(B_, r); - if (st && st.back() == ch) { + if (st && st.back() == ch) { st.pop_back(); } |