Prechádzať zdrojové kódy

Fix GenerateFontCodepoints() scope

Evgeniy Parfenyuk 1 týždeň pred
rodič
commit
7e05f95222
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/ui/font_manager.h

+ 1 - 1
src/ui/font_manager.h

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