X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fencoding.c;h=4fd8712b62a94725f41117ede8a6b8b3961b3518;hp=8910ea4d0bc38a965e8b94d10dbc993bb1e88260;hb=542225070ab6583b6f5915172425cac6e0326d77;hpb=0b5d86386923fc8f3fbd511d6e92f99a3d180fdf;ds=inline diff --git a/src/encoding.c b/src/encoding.c index 8910ea4d..4fd8712b 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -407,7 +407,7 @@ iconv_global_cleanup(void) * Index and array values are both CPU endian. * Note: this is only an *approximation* of real UTF-16 case folding. */ -static u16 upcase[65536]; +u16 upcase[65536]; void init_upcase(void)