Kaydet (Commit) 6019f9a6 authored tarafından Thomas Heller's avatar Thomas Heller

Remove a stray single quote.

Will backport to release23-maint.
üst 34321180
...@@ -366,7 +366,7 @@ get_progpath(void) ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment