commit | 9b1d2abc48ae89ed48a4915ef47d71db55027059 | [log] [tgz] |
---|---|---|
author | Thomas Heller <[email protected]> | Mon Aug 18 17:53:33 2003 +0000 |
committer | Thomas Heller <[email protected]> | Mon Aug 18 17:53:33 2003 +0000 |
tree | aa7db4a9be2140e436e42cbfa0562af3dd38bed1 | |
parent | 24853f54cc14776593683902ee66ce612e7f50ec [diff] [blame] |
Remove a stray single quote. Will backport to release23-maint.
diff --git a/PC/getpathp.c b/PC/getpathp.c index d61d3ea..7c87da8 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c
@@ -366,7 +366,7 @@ dllpath, MAXPATHLEN+1, NULL, NULL); } - wprogpath[MAXPATHLEN]=_T('\0')'; + wprogpath[MAXPATHLEN]=_T('\0'); if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) { WideCharToMultiByte(CP_ACP, 0, wprogpath, -1,