Просмотр исходного кода

Fix GenerateFontCodepoints() scope

Evgeniy Parfenyuk 1 неделя назад
Родитель
Сommit
7e05f95222
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/ui/font_manager.h

+ 1 - 1
src/ui/font_manager.h

@@ -25,7 +25,7 @@ typedef struct {
     const char *name;
     const char *name;
 } UnicodeBlock;
 } UnicodeBlock;
 
 
-int *GenerateFontCodepoints(int *outCount) 
+static int *GenerateFontCodepoints(int *outCount) 
 {
 {
     UnicodeBlock blocks[] = {
     UnicodeBlock blocks[] = {
         { 32, 126, "ASCII (English, Numbers, Punctuation)" },
         { 32, 126, "ASCII (English, Numbers, Punctuation)" },