diff options
| author | Alexey Bykov <[email protected]> | 2022-02-10 16:47:16 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:16 +0300 |
| commit | 4cadece7a57ab767e762a0bea1995a596aefeb11 (patch) | |
| tree | 7649c16cf4b52e994709f6c9e1716c993ca28759 /contrib/libs/zstd/lib/common/threading.c | |
| parent | 143876304996506751ade0b80b3c47f188b9834f (diff) | |
Restoring authorship annotation for Alexey Bykov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zstd/lib/common/threading.c')
| -rw-r--r-- | contrib/libs/zstd/lib/common/threading.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/zstd/lib/common/threading.c b/contrib/libs/zstd/lib/common/threading.c index 92cf57c195a..3983013f458 100644 --- a/contrib/libs/zstd/lib/common/threading.c +++ b/contrib/libs/zstd/lib/common/threading.c @@ -17,8 +17,8 @@ #include "threading.h" -/* create fake symbol to avoid empty translation unit warning */ -int g_ZSTD_threading_useless_symbol; +/* create fake symbol to avoid empty translation unit warning */ +int g_ZSTD_threading_useless_symbol; #if defined(ZSTD_MULTITHREAD) && defined(_WIN32) |
