Fixed typo

This commit is contained in:
Jaroslav Kysela 2001-07-21 09:55:01 +00:00
parent 9be456ab4b
commit c6170962f8

View file

@ -815,6 +815,7 @@ int _snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name,
route_policy = PLUG_ROUTE_POLICY_COPY;
else if (!strcmp(str, "duplicate"))
route_policy = PLUG_ROUTE_POLICY_DUP;
continue;
}
SNDERR("Unknown field %s", id);
return -EINVAL;