X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=8be76594e5125374ae92b564fd9c5640dbdf5834;hp=3053fd9e6d2bccbd76e1b15459ee30c0fd33ddf3;hb=269f10a27c62027d48c0ba58f164d20e3bf3cf85;hpb=ccdd5a74123ebf14353a9569bf014fb2e7774d1e diff --git a/src/util.c b/src/util.c index 3053fd9e..8be76594 100644 --- a/src/util.c +++ b/src/util.c @@ -54,7 +54,7 @@ #include #include -static size_t +size_t utf16le_strlen(const utf16lechar *s) { const utf16lechar *p = s;