kernel: encode_glyph shouldn't be used outside convertutf, make it static.

Spotted by Clang.
This commit is contained in:
Augustin Cavalier
2018-12-09 23:02:13 -05:00
parent 6b83d77fb7
commit bc3fc95ff6
+1 -1
View File
@@ -34,7 +34,7 @@ glyph_length(uint32 glyph)
} }
void static void
encode_glyph(uint32 glyph, size_t glyphLength, char* buffer) encode_glyph(uint32 glyph, size_t glyphLength, char* buffer)
{ {
if (glyphLength == 1) { if (glyphLength == 1) {