From: Jaroslav Kysela Date: Sat, 21 Jul 2001 09:55:01 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v1.0.3~726 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c6170962f82bec78ba49090f780ca7d24e52b4bb;p=alsa-lib.git Fixed typo --- diff --git a/src/pcm/pcm_plug.c b/src/pcm/pcm_plug.c index b3c397c1..7463b600 100644 --- a/src/pcm/pcm_plug.c +++ b/src/pcm/pcm_plug.c @@ -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;