X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fbasecodecs%2F_PDCLIB_utf8.c;h=22fa808c963fa33b4a1bfbd71565bfc141c5bc84;hp=a93454194fb04ea3a845168351a0ee86df2a46e8;hb=4b1f856ea2b21f30b6af8d4cca7129ebc84d3d6f;hpb=0711226145f12c37217681b57944860bdeb6ace0 diff --git a/opt/basecodecs/_PDCLIB_utf8.c b/opt/basecodecs/_PDCLIB_utf8.c index a934541..22fa808 100644 --- a/opt/basecodecs/_PDCLIB_utf8.c +++ b/opt/basecodecs/_PDCLIB_utf8.c @@ -232,7 +232,7 @@ static bool c32toutf8( END_CONVERSION; } -struct _PDCLIB_charcodec _PDCLIB_utf8_codec = { +const struct _PDCLIB_charcodec _PDCLIB_utf8_codec = { .__mbsinit = utf8_mbsinit, .__mbstoc32s = utf8toc32, .__c32stombs = c32toutf8,