X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwim.c;h=667d076b6859ecca519828f36ef79aa8e8b5dc83;hp=6262a1b757646966d3db737180665d505f93ff72;hb=00334bdf09071e65e340eeeb6f3900c79a262649;hpb=e47e683cd0dd4b0b1ee29ad33fae63f8212235f3 diff --git a/src/wim.c b/src/wim.c index 6262a1b7..667d076b 100644 --- a/src/wim.c +++ b/src/wim.c @@ -670,7 +670,8 @@ wimlib_free(WIMStruct *w) DEBUG("Freed WIMStruct"); } -static bool test_locale_ctype_utf8() +static bool +test_locale_ctype_utf8() { char *ctype = nl_langinfo(CODESET); @@ -680,8 +681,6 @@ static bool test_locale_ctype_utf8() strstr(ctype, "utf-8") == 0); } -bool wimlib_mbs_is_utf8; - /* Get global memory allocations out of the way. Not strictly necessary in * single-threaded programs like 'imagex'. */ WIMLIBAPI int