Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
srdja committed Jan 28, 2024
1 parent c34bd57 commit a005e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/array_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ static MunitResult test_filter2(const MunitParameter p[], void* fixture)
return MUNIT_OK;
}

void map_double(uint8_t* e)
void map_double(void* e)
{
int* val = (int*)e;
*val = *val * 2;
Expand Down

0 comments on commit a005e3b

Please sign in to comment.