Skip to content

Commit da94f49

Browse files
committed
Trying to make the compiler happy.
1 parent 93dd01a commit da94f49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ struct test_vector {
1616
struct split_jwt goal;
1717
};
1818

19-
void test_split();
19+
void test_split(void);
2020

21-
void test_split()
21+
void test_split(void)
2222
{
2323
// clang-format off
2424
struct test_vector tests[] = {

0 commit comments

Comments
 (0)