diff options
| author | melkov <[email protected]> | 2022-02-10 16:48:13 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:13 +0300 |
| commit | 438546c8737d5c1fdeb31157dcf999717d930eec (patch) | |
| tree | d29d229abd2f9f889b9b7eb148d635059dc26acf /contrib/tools/python/src | |
| parent | 96647fad5355ff5ef45a00a6d85c097028584ab0 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src')
| -rw-r--r-- | contrib/tools/python/src/config_init.c | 2 | ||||
| -rw-r--r-- | contrib/tools/python/src/config_map.c | 2 |
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 2fa47000b83..91f4d970b3c 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 6bfe125dddc..9e1869bd08f 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__) |
