Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed iconv handle type
Signed-off-by: Richard Kunze <richard.kunze@web.de>
  • Loading branch information
rkunze authored and perexg committed Nov 19, 2014
1 parent a2dfb05 commit e59a8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intlconv.c
Expand Up @@ -5,7 +5,7 @@
typedef struct intlconv_cache {
RB_ENTRY(intlconv_cache) ic_link;
char *ic_charset_id;
iconv_t *ic_handle;
iconv_t ic_handle;
} intlconv_cache_t;

static RB_HEAD(,intlconv_cache) intlconv_all;
Expand Down

0 comments on commit e59a8b4

Please sign in to comment.