aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorkibor <kibor@yandex-team.ru>2022-02-10 16:49:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:51 +0300
commit9622b1b611a91d945eb942671e7ad62d44878b66 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library
parentf809da86c81c79b613ddfea428abbafa83405d8e (diff)
downloadydb-9622b1b611a91d945eb942671e7ad62d44878b66.tar.gz
Restoring authorship annotation for <kibor@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/http/fetch/httpheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h
index 2f66fcc57a..b2810bbd41 100644
--- a/library/cpp/http/fetch/httpheader.h
+++ b/library/cpp/http/fetch/httpheader.h
@@ -97,7 +97,7 @@ public:
}
void Print() const {
- printf("content_length: %" PRIi64 "\n", content_length);
+ printf("content_length: %" PRIi64 "\n", content_length);
printf("http_time: %" PRIi64 "\n", http_time);
printf("http_minor: %" PRIi8 "\n", http_minor);
printf("mime_type: %" PRIi8 "\n", mime_type);