Skip to content

Commit

Permalink
Trying to make the compiler happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 19, 2024
1 parent 93dd01a commit da94f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ struct test_vector {
struct split_jwt goal;
};

void test_split();
void test_split(void);

void test_split()
void test_split(void)
{
// clang-format off
struct test_vector tests[] = {
Expand Down

0 comments on commit da94f49

Please sign in to comment.