Skip to content
Snippets Groups Projects
Commit bfe09648 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Cosmetic change

parent 74f7ed6d
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ struct aout_mixer_t {
aout_mixer_input_t **input;
/* 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)
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment