dccp: Fix "non-void without return value" compilation issue.

This commit is contained in:
Edward Hervey 2009-02-22 22:00:58 +01:00
parent 98dccb65bf
commit 6227900c71

View file

@ -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;
}
/*