mirror of https://github.com/python/cpython
Remove a stray single quote.
Will backport to release23-maint.
This commit is contained in:
parent
3432118022
commit
6019f9a65d
|
@ -366,7 +366,7 @@ get_progpath(void)
|
||||||
dllpath, MAXPATHLEN+1,
|
dllpath, MAXPATHLEN+1,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
}
|
}
|
||||||
wprogpath[MAXPATHLEN]=_T('\0')';
|
wprogpath[MAXPATHLEN]=_T('\0');
|
||||||
if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
|
if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
|
||||||
WideCharToMultiByte(CP_ACP, 0,
|
WideCharToMultiByte(CP_ACP, 0,
|
||||||
wprogpath, -1,
|
wprogpath, -1,
|
||||||
|
|
Loading…
Reference in New Issue