mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove a stray single quote.
Will backport to release23-maint.
This commit is contained in:
parent
3432118022
commit
6019f9a65d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue