diff options
author | yoda <[email protected]> | 2022-02-10 16:50:00 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:00 +0300 |
commit | 86ac2045bfe9733d3396425a6ecade74c11ac489 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /tools/archiver/main.cpp | |
parent | ddd64736134d6d92b80a934c8cf8228944ee4236 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'tools/archiver/main.cpp')
-rw-r--r-- | tools/archiver/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/archiver/main.cpp b/tools/archiver/main.cpp index 38b6f8d3ba4..6cda54c1ea8 100644 --- a/tools/archiver/main.cpp +++ b/tools/archiver/main.cpp @@ -326,8 +326,8 @@ static inline TString Fix(TString f) { return f; } -static bool Quiet = false; - +static bool Quiet = false; + static inline void Append(IOutputStream& w, const TString& fname, const TString& rname) { TMappedFileInput in(fname); |