dccp: Fix "non-void without return value" compilation issue.
This commit is contained in:
parent
98dccb65bf
commit
6227900c71
@ -145,6 +145,8 @@ gst_dccp_server_accept_new_clients (void *arg)
|
||||
sink->clients = g_list_append (sink->clients, client);
|
||||
pthread_mutex_unlock (&lock);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user