kernel: encode_glyph shouldn't be used outside convertutf, make it static.
Spotted by Clang.
This commit is contained in:
parent
6b83d77fb7
commit
bc3fc95ff6
@ -34,7 +34,7 @@ glyph_length(uint32 glyph)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
encode_glyph(uint32 glyph, size_t glyphLength, char* buffer)
|
||||
{
|
||||
if (glyphLength == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user