mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed typo
This commit is contained in:
parent
d4d1405018
commit
8ae67a10f6
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ static void snd_pcm_route_dump(snd_pcm_t *pcm, snd_output_t *out)
|
|||
unsigned int src;
|
||||
snd_output_printf(out, "%d <- ", dst);
|
||||
if (d->nsrcs == 0) {
|
||||
snd_output_printf(out, "none\n", dst);
|
||||
snd_output_printf(out, "none\n");
|
||||
continue;
|
||||
}
|
||||
src = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue