Remove a strange single quote that didn't seem to upset the compilers!
diff --git a/PC/getpathp.c b/PC/getpathp.c
index e2d4e7a..a38224a 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -356,7 +356,7 @@
 	   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,