mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 14:02:26 +00:00
fixed missing comment noticed by David Lehn
Original commit message from CVS: fixed missing comment noticed by David Lehn
This commit is contained in:
parent
ea3715a1b4
commit
f12fae5c3d
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ cothread_setfunc (cothread_state *thread,
|
|||
* @ctx: cothread context to find main thread of
|
||||
*
|
||||
* Returns: the #cothread_state of the main (0th) thread
|
||||
*/
|
||||
static cothread_state*
|
||||
cothread_main(cothread_context *ctx)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue