summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-07-21 09:55:01 +0000
committerJaroslav Kysela <perex@perex.cz>2001-07-21 09:55:01 +0000
commitc6170962f82bec78ba49090f780ca7d24e52b4bb (patch)
tree3aada4f8c8e5a8374e6a0d1170eb0b2a1420578c
parent9be456ab4b6082f511fd234636755f551715670d (diff)
Fixed typo
-rw-r--r--src/pcm/pcm_plug.c1
1 files changed, 1 insertions, 0 deletions
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;