Kaydet (Commit) 2795dae2 authored tarafından Mark Hammond's avatar Mark Hammond

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

üst e407e2ac
...@@ -356,7 +356,7 @@ get_progpath(void) ...@@ -356,7 +356,7 @@ get_progpath(void)
but makes no mention of the null terminator. Play it safe. but makes no mention of the null terminator. Play it safe.
PLUS Windows itself defines MAX_PATH as the same, but anyway... PLUS Windows itself defines MAX_PATH as the same, but anyway...
*/ */
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