Remove a stray single quote.

Will backport to release23-maint.
This commit is contained in:
Thomas Heller 2003-08-18 17:53:33 +00:00
parent 3432118022
commit 6019f9a65d
1 changed files with 1 additions and 1 deletions

View File

@ -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,