X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fbasecodecs%2F_PDCLIB_utf8.c;h=6348c79ed852a251cd714ebb05ea1db6077207ce;hp=1dfc83a12ee8599c937e400052cc915b4b9f6c78;hb=276f7e69f80ac53bfb5da5cc24072dd393485106;hpb=4d14d2133a2ec08b475531abbc2a15635c965a38 diff --git a/opt/basecodecs/_PDCLIB_utf8.c b/opt/basecodecs/_PDCLIB_utf8.c index 1dfc83a..6348c79 100644 --- a/opt/basecodecs/_PDCLIB_utf8.c +++ b/opt/basecodecs/_PDCLIB_utf8.c @@ -232,7 +232,7 @@ static bool c32toutf8( END_CONVERSION; } -const struct _PDCLIB_charcodec _PDCLIB_utf8_codec = { +const struct _PDCLIB_charcodec_t _PDCLIB_utf8_codec = { .__mbsinit = utf8_mbsinit, .__mbstoc32s = utf8toc32, .__c32stombs = c32toutf8,