Fixed typo

This commit is contained in:
Jaroslav Kysela 2001-10-25 12:29:42 +00:00
parent 9457b26c11
commit 28711a9dca

View file

@ -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);