Commit bfe09648 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic change

parent 74f7ed6d
...@@ -88,7 +88,7 @@ struct aout_mixer_t { ...@@ -88,7 +88,7 @@ struct aout_mixer_t {
aout_mixer_input_t **input; aout_mixer_input_t **input;
/* Mix input into the given buffer (mandatory) */ /* Mix input into the given buffer (mandatory) */
void (*mix)(aout_mixer_t *, struct aout_buffer_t *); void (*mix)(aout_mixer_t *, aout_buffer_t *);
/* Private place holder for the aout_mixer_t module (optional) /* Private place holder for the aout_mixer_t module (optional)
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment