Remove a strange single quote that didn't seem to upset the compilers!

This commit is contained in:
Mark Hammond 2002-07-22 13:28:21 +00:00
parent e407e2ac42
commit 2795dae20d
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ get_progpath(void)
but makes no mention of the null terminator. Play it safe.
PLUS Windows itself defines MAX_PATH as the same, but anyway...
*/
wprogpath[MAXPATHLEN]=_T('\0')';
wprogpath[MAXPATHLEN]=_T('\0');
if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
WideCharToMultiByte(CP_ACP, 0,
wprogpath, -1,