1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

core: fix typo in a comment

This commit is contained in:
Sébastien Helleu
2016-02-18 18:25:56 +01:00
parent c2aed4dd78
commit 78db8293f6
+1 -1
View File
@@ -2359,7 +2359,7 @@ string_iconv_from_internal (const char *charset, const char *string)
/*
* optimized for UTF-8: if charset is NULL => we use term charset => if
* this charset is already UTF-8, then no iconv needed
* this charset is already UTF-8, then no iconv is needed
*/
if (local_utf8 && (!charset || !charset[0]))
return input;