From: Jaroslav Kysela Date: Mon, 19 Nov 2001 11:54:06 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v1.0.3~595 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8ae67a10f626f7677620cf19362a3e03e91757b8;p=alsa-lib.git Fixed typo --- diff --git a/src/pcm/pcm_route.c b/src/pcm/pcm_route.c index 769079d4..121d65ca 100644 --- a/src/pcm/pcm_route.c +++ b/src/pcm/pcm_route.c @@ -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;