From: Mark Hammond Date: Mon, 22 Jul 2002 13:28:21 +0000 (+0000) Subject: Remove a strange single quote that didn't seem to upset the compilers! X-Git-Tag: v2.3c1~4896 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2795dae20d31314bfb843e8d383e2270a10022e8;p=python Remove a strange single quote that didn't seem to upset the compilers! --- diff --git a/PC/getpathp.c b/PC/getpathp.c index e2d4e7a81b..a38224a00c 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -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,