Commit 6019f9a6 authored by Thomas Heller's avatar Thomas Heller

Remove a stray single quote.

Will backport to release23-maint.
parent 34321180
......@@ -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,
......
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