fixed missing comment noticed by David Lehn

Original commit message from CVS:
fixed missing comment noticed by David Lehn
This commit is contained in:
Erik Walthinsen 2001-01-05 00:28:09 +00:00
parent ea3715a1b4
commit f12fae5c3d

View file

@ -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)
{