]> pd.if.org Git - pdclib/blobdiff - platform/gandr/functions/_PDCLIB/_PDCLIB_stdinit.c
Pointer typedef resulted in non-const structure where const was intended.
[pdclib] / platform / gandr / functions / _PDCLIB / _PDCLIB_stdinit.c
index 9504186659eb8c7333bf15b3c2a156cb723bf642..c622ff043c2bf36ea2b264970c5ab701f83c31e4 100644 (file)
@@ -279,7 +279,7 @@ static const _PDCLIB_ctype_t global_ctype[] = {
     { 0x00, 0xFF, 0xFF, 0xFF }
 };
 
-extern const struct _PDCLIB_charcodec _PDCLIB_ascii_codec;
+extern const struct _PDCLIB_charcodec_t _PDCLIB_ascii_codec;
 struct _PDCLIB_locale _PDCLIB_global_locale = {
     ._Codec = &_PDCLIB_ascii_codec,
     ._Conv  = {