aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src
diff options
context:
space:
mode:
authormelkov <melkov@yandex-team.ru>2022-02-10 16:48:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:13 +0300
commit438546c8737d5c1fdeb31157dcf999717d930eec (patch)
treed29d229abd2f9f889b9b7eb148d635059dc26acf /contrib/tools/python/src
parent96647fad5355ff5ef45a00a6d85c097028584ab0 (diff)
downloadydb-438546c8737d5c1fdeb31157dcf999717d930eec.tar.gz
Restoring authorship annotation for <melkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r--contrib/tools/python/src/config_init.c2
-rw-r--r--contrib/tools/python/src/config_map.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c
index 2fa47000b8..91f4d970b3 100644
--- a/contrib/tools/python/src/config_init.c
+++ b/contrib/tools/python/src/config_init.c
@@ -84,7 +84,7 @@ extern void initpyexpat(void);
extern void initselect(void);
extern void initmsvcrt(void);
extern void init_subprocess(void);
-extern void init_winreg(void);
+extern void init_winreg(void);
#endif
#if !defined(_CYGWIN_)
diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c
index 6bfe125ddd..9e1869bd08 100644
--- a/contrib/tools/python/src/config_map.c
+++ b/contrib/tools/python/src/config_map.c
@@ -84,7 +84,7 @@
{"select", initselect},
{"msvcrt", initmsvcrt},
{"_subprocess", init_subprocess},
-{"_winreg", init_winreg},
+{"_winreg", init_winreg},
#endif
#if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__)