]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo from the last checkin.
authorThomas Heller <theller@ctypes.org>
Wed, 22 Dec 2004 16:40:30 +0000 (16:40 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 22 Dec 2004 16:40:30 +0000 (16:40 +0000)
PC/bdist_wininst/install.c

index 3d0eacdfd8e186f7472f393fa566cab4cc24c24e..f9270194db7f3c5c521042ccc80ca55a023422dc 100644 (file)
@@ -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;