]> granicus.if.org Git - python/commitdiff
Remove a stray single quote.
authorThomas Heller <theller@ctypes.org>
Mon, 18 Aug 2003 17:53:33 +0000 (17:53 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 18 Aug 2003 17:53:33 +0000 (17:53 +0000)
Will backport to release23-maint.

PC/getpathp.c

index d61d3ea5caf4d333594f694ec98b592e58df792c..7c87da85481880d8ff7a1c7c5b48f6d216e32ea9 100644 (file)
@@ -366,7 +366,7 @@ get_progpath(void)
                                    dllpath, MAXPATHLEN+1, 
                                    NULL, NULL);
        }
-       wprogpath[MAXPATHLEN]=_T('\0')';
+       wprogpath[MAXPATHLEN]=_T('\0');
        if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
                WideCharToMultiByte(CP_ACP, 0, 
                                    wprogpath, -1,