Skip to content

Commit

Permalink
parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jan 31, 2024
1 parent 2921ba6 commit 6b9990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ void nullPointer(char *p, int fd, pthread_mutex_t mutex)
pthread_mutex_unlock(NULL);
}

void* f_returns_NULL(void*)
void* f_returns_NULL(void* arg)
{
return NULL;
}
Expand Down

0 comments on commit 6b9990c

Please sign in to comment.