diff options
author | rnefyodov <[email protected]> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:17 +0300 |
commit | c22320e8c4f3d7be38c504706f137034e91d31e6 (patch) | |
tree | 35cc6c382a1bd8cb932449ffa734056fcc73e6d4 /library/cpp/http/fetch | |
parent | 93e9e4639b6ee2afbdf45cf3927cea6d340e19b0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch')
-rw-r--r-- | library/cpp/http/fetch/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/ya.make b/library/cpp/http/fetch/ya.make index 77371274639..bda332045a6 100644 --- a/library/cpp/http/fetch/ya.make +++ b/library/cpp/http/fetch/ya.make @@ -31,7 +31,7 @@ SRCS( GENERATE_ENUM_SERIALIZATION(httpheader.h) -SET(RAGEL6_FLAGS -CF1) +SET(RAGEL6_FLAGS -CF1) END() |