diff options
-rw-r--r-- | src/FbTk/Font.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc index 2ffa56d..7d1779a 100644 --- a/src/FbTk/Font.cc +++ b/src/FbTk/Font.cc | |||
@@ -93,7 +93,7 @@ namespace { | |||
93 | assuming cd is correct | 93 | assuming cd is correct |
94 | @param cd the iconv type | 94 | @param cd the iconv type |
95 | @param msg text to be converted | 95 | @param msg text to be converted |
96 | @param len number of chars to convert | 96 | @param size number of chars to convert |
97 | @return the recoded string, or 0 on failure | 97 | @return the recoded string, or 0 on failure |
98 | */ | 98 | */ |
99 | char* recode(iconv_t cd, | 99 | char* recode(iconv_t cd, |