]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
grab_client.c: Fix another documentation bug
authorAndre Noll <maan@systemlinux.org>
Mon, 30 Jan 2012 16:26:23 +0000 (17:26 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 30 Jan 2012 16:26:32 +0000 (17:26 +0100)
In gc_activate(), the pointer to the scheduler struct is called "s"
rather than "sched".

grab_client.c

index 5b0688fc90aa078632f1e9633c641a28bb5ad9d6..e96fed36bc2146a1eed39a879581d0a5298c5fbc 100644 (file)
@@ -140,7 +140,7 @@ static void gc_activate(struct grab_client *gc, struct sched *s)
 /**
  * Activate inactive grab clients if possible.
  *
 /**
  * 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
  *
  * 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