OSDN Git Service

* SetNkfOption(LPCSTR optStr) -> SetNkfOption(LPSTR optStr)
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Wed, 25 Jul 2007 19:13:07 +0000 (19:13 +0000)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Wed, 25 Jul 2007 19:13:07 +0000 (19:13 +0000)
nkf32dll.c

index f5b25be..d78bcf9 100644 (file)
@@ -331,7 +331,7 @@ BOOL WINAPI GetNkfVersionSafeW(LPWSTR verStr,DWORD nBufferLength /*in TCHARs*/,L
 #endif /*UNICODESUPPORT*/
 }
 
-int CALLBACK SetNkfOption(LPCSTR optStr)
+int CALLBACK SetNkfOption(LPSTR optStr)
 {
     LPSTR p;