Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jul 21, 2024
1 parent d1d7ecb commit e2c57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/gui/source/window/linux_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace hex {
if (fonts == nullptr)
return false;

for (u32 i = 0; i < fonts->nfont; ++i) {
for (int i = 0; i < fonts->nfont; ++i) {
auto font = fonts->fonts[i];
FcChar8 *file, *fullName;

Expand Down

0 comments on commit e2c57d0

Please sign in to comment.