commit | 6019f9a65d5a5c69f31bf69ea30459d572f2634a | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Mon Aug 18 17:53:33 2003 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Mon Aug 18 17:53:33 2003 +0000 |
tree | 2f14384f2bff35e26614af46f0da18f075881062 | |
parent | 3432118022284a6c4df58a07696fa8259bc0a1d9 [diff] |
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,