From f12fae5c3d3809d8b49dd07abff03236a98439de Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Fri, 5 Jan 2001 00:28:09 +0000 Subject: [PATCH] fixed missing comment noticed by David Lehn Original commit message from CVS: fixed missing comment noticed by David Lehn --- gst/cothreads.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/cothreads.c b/gst/cothreads.c index e4eca4ba1b..716358dbe2 100644 --- a/gst/cothreads.c +++ b/gst/cothreads.c @@ -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) {