From 28711a9dca223b26c2ab9353278afc1dc0b6e450 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 25 Oct 2001 12:29:42 +0000 Subject: [PATCH] Fixed typo --- src/pcm/pcm_share.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pcm/pcm_share.c b/src/pcm/pcm_share.c index d9e28dca..1d91ebfb 100644 --- a/src/pcm/pcm_share.c +++ b/src/pcm/pcm_share.c @@ -1452,7 +1452,6 @@ int _snd_pcm_share_open(snd_pcm_t **pcmp, const char *name, goto _free; } channels_map = calloc(channels, sizeof(*channels_map)); - for (i = 0; i < channels; i++) snd_config_for_each(i, next, bindings) { snd_config_t *n = snd_config_iterator_entry(i); -- 2.47.1