diff options
author | rustammm <rustammm@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | 26922fe743f17dd1c12d5a4610a165bb8d11e3ef (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/libxml/config.h | |
parent | bba75c9a9c9dc54ff02eb9e06a15950767602309 (diff) | |
download | ydb-26922fe743f17dd1c12d5a4610a165bb8d11e3ef.tar.gz |
Restoring authorship annotation for <rustammm@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/config.h')
-rw-r--r-- | contrib/libs/libxml/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/libxml/config.h b/contrib/libs/libxml/config.h index 7d8eee224a..cdeb8f75da 100644 --- a/contrib/libs/libxml/config.h +++ b/contrib/libs/libxml/config.h @@ -4,7 +4,7 @@ # include "config-win.h" #else # include "config-linux.h" -#endif +#endif #if defined(__arm__) || defined(__ARM__) # include "config-armv7a.h" |