From: Andre Noll Date: Mon, 30 Jan 2012 16:26:23 +0000 (+0100) Subject: grab_client.c: Fix another documentation bug X-Git-Tag: v0.4.10~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=050a8e4f26d57e5a825e56d175806875cd5a6e53;ds=sidebyside grab_client.c: Fix another documentation bug In gc_activate(), the pointer to the scheduler struct is called "s" rather than "sched". --- diff --git a/grab_client.c b/grab_client.c index 5b0688fc..e96fed36 100644 --- a/grab_client.c +++ b/grab_client.c @@ -140,7 +140,7 @@ static void gc_activate(struct grab_client *gc, struct sched *s) /** * Activate inactive grab clients if possible. * - * \param sched Needed to schedule the grab client task. + * \param s Needed to schedule the grab client task. * * This is called from audiod.c when the current audio file changes. It loops * over all inactive grab clients and checks each grab client's configuration