]> granicus.if.org Git - python/commitdiff
Remove a strange single quote that didn't seem to upset the compilers!
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 22 Jul 2002 13:28:21 +0000 (13:28 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 22 Jul 2002 13:28:21 +0000 (13:28 +0000)
PC/getpathp.c

index e2d4e7a81bf87fa085a72255e51a1001dac72742..a38224a00c48de0ed1a3c924d1e92094fe4260cd 100644 (file)
@@ -356,7 +356,7 @@ get_progpath(void)
           but makes no mention of the null terminator.  Play it safe.
           PLUS Windows itself defines MAX_PATH as the same, but anyway...
        */
-       wprogpath[MAXPATHLEN]=_T('\0')';
+       wprogpath[MAXPATHLEN]=_T('\0');
        if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
                WideCharToMultiByte(CP_ACP, 0, 
                                    wprogpath, -1,