From c6170962f82bec78ba49090f780ca7d24e52b4bb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 21 Jul 2001 09:55:01 +0000 Subject: [PATCH] Fixed typo --- src/pcm/pcm_plug.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.1