From 21b112869ede04dd2b3ff64a25f790b965ee64b0 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 22 Dec 2004 16:40:30 +0000 Subject: [PATCH] Fix a typo from the last checkin. --- PC/bdist_wininst/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/bdist_wininst/install.c b/PC/bdist_wininst/install.c index 3d0eacdfd8e1..f9270194db7f 100644 --- a/PC/bdist_wininst/install.c +++ b/PC/bdist_wininst/install.c @@ -612,7 +612,7 @@ static HINSTANCE LoadPythonDll(char *fname) { char fullpath[_MAX_PATH]; LONG size = sizeof(fullpath); - char subkeyname[80]; + char subkey_name[80]; HINSTANCE h = LoadLibrary(fname); if (h) return h; -- 2.47.3