From 2c532b38e6aeb4fd88531027c7335690fd34c4e5 Mon Sep 17 00:00:00 2001 From: melkov Date: Thu, 10 Feb 2022 16:48:14 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- contrib/tools/python/src/config_init.c | 2 +- contrib/tools/python/src/config_map.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/tools/python/src') diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c index 91f4d970b3c..2fa47000b83 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 9e1869bd08f..6bfe125dddc 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__) -- cgit v1.3