summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2024-04-19 21:13:36 +0200
committerRay <[email protected]>2024-04-19 21:13:36 +0200
commit51486a060654e042c3f5c177bb87875e8de8ebec (patch)
tree8cf66c80bec99d764ed7ce0c5dc427789087882e /src
parentb88365fb01eb255be3d7acfab5af2cbadf90730e (diff)
downloadraylib-51486a060654e042c3f5c177bb87875e8de8ebec.tar.gz
raylib-51486a060654e042c3f5c177bb87875e8de8ebec.zip
Update rtext.c
Diffstat (limited to 'src')
-rw-r--r--src/rtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtext.c b/src/rtext.c
index 87b99102..51c10b55 100644
--- a/src/rtext.c
+++ b/src/rtext.c
@@ -2508,6 +2508,6 @@ static GlyphInfo *LoadFontDataBDF(const unsigned char *fileData, int dataSize, i
return glyphs;
}
-#endif
+#endif // SUPPORT_FILEFORMAT_BDF
#endif // SUPPORT_MODULE_RTEXT