Skip to content

Commit

Permalink
test/main.c: mark TestFormats() as SDLCALL after latest SDL3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 6, 2024
1 parent 93aa110 commit a220c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ FormatTest(const Format *format)
}
}

static int
static int SDLCALL
TestFormats(void *arg)
{
size_t i;
Expand Down

0 comments on commit a220c0a

Please sign in to comment.