Skip to content
Snippets Groups Projects
Commit 06a10230 authored by Morris Jette's avatar Morris Jette
Browse files

Fix for bad cut/paste

Wrong argument type
parent a45301ae
No related branches found
No related tags found
No related merge requests found
......@@ -983,7 +983,7 @@ void list_install_fork_handlers (void)
#ifdef NDEBUG
static int
list_mutex_is_locked (cbuf_t cb)
list_mutex_is_locked (pthread_mutex_t *mutex)
{
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment