Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 4, 2024
1 parent 89c047f commit ce5eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SystemFonts.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ void SysFont_MakeDefault(struct FontDesc* desc, int size, int flags) {
interop_SysMakeDefault(desc, size, flags);
}

void Font_Free(struct FontDesc* desc) {
void SysFont_Free(struct FontDesc* desc) {
interop_SysFontFree(desc->handle);
}

Expand Down

0 comments on commit ce5eb29

Please sign in to comment.