diff options
Diffstat (limited to 'src/charConv.h')
-rw-r--r-- | src/charConv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charConv.h b/src/charConv.h index 3093fcac2..5687c1e7e 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -23,7 +23,7 @@ int setCharSetConversion(char * to, char * from); -char * convStrDup(ICONV_CONST char * string); +char * convStrDup(char * string); void closeCharSetConversion(); |