git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement setting of Windows-specific XML information
[wimlib]
/
src
/
encoding.c
diff --git
a/src/encoding.c
b/src/encoding.c
index 8910ea4d0bc38a965e8b94d10dbc993bb1e88260..4fd8712b62a94725f41117ede8a6b8b3961b3518 100644
(file)
--- 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)