diff options
author | Dmitry Baksheev <dbakshee@yandex.ru> | 2022-02-10 16:48:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:12 +0300 |
commit | 0e38f1d675a0b3d02016acf698e8d04c0b224047 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /contrib/libs/cxxsupp/openmp | |
parent | 17fe552c0aa936de030b2b72934d9688ab9bb1c6 (diff) | |
download | ydb-0e38f1d675a0b3d02016acf698e8d04c0b224047.tar.gz |
Restoring authorship annotation for Dmitry Baksheev <dbakshee@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/openmp')
-rw-r--r-- | contrib/libs/cxxsupp/openmp/kmp_runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/openmp/kmp_runtime.c b/contrib/libs/cxxsupp/openmp/kmp_runtime.c index b112de83ca..4749934808 100644 --- a/contrib/libs/cxxsupp/openmp/kmp_runtime.c +++ b/contrib/libs/cxxsupp/openmp/kmp_runtime.c @@ -6212,7 +6212,7 @@ __kmp_register_library_startup( // Attention! Falling to the next case. That's intentional. case 1 : { // Neighbor is alive. // Check it is allowed. - char * duplicate_ok = __kmp_env_get( "KMP_DUPLICATE_LIB_OK" ); + char * duplicate_ok = __kmp_env_get( "KMP_DUPLICATE_LIB_OK" ); if ( ! __kmp_str_match_true( duplicate_ok ) ) { // That's not allowed. Issue fatal error. __kmp_msg( |