diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-07-21 09:55:01 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-07-21 09:55:01 +0000 |
commit | c6170962f82bec78ba49090f780ca7d24e52b4bb (patch) | |
tree | 3aada4f8c8e5a8374e6a0d1170eb0b2a1420578c | |
parent | 9be456ab4b6082f511fd234636755f551715670d (diff) |
Fixed typo
-rw-r--r-- | src/pcm/pcm_plug.c | 1 |
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; |