From 050a8e4f26d57e5a825e56d175806875cd5a6e53 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 30 Jan 2012 17:26:23 +0100 Subject: [PATCH] grab_client.c: Fix another documentation bug In gc_activate(), the pointer to the scheduler struct is called "s" rather than "sched". --- grab_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2