projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5fbc49
)
grab_client.c: Fix another documentation bug
author
Andre Noll
<maan@systemlinux.org>
Mon, 30 Jan 2012 16:26:23 +0000
(17:26 +0100)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/grab_client.c
b/grab_client.c
index 5b0688fc90aa078632f1e9633c641a28bb5ad9d6..e96fed36bc2146a1eed39a879581d0a5298c5fbc 100644
(file)
--- 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 s
ched
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