summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 10:21:55 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 10:21:55 +0000
commitc2cdf91ec90c6d3ada7a234e75a4efa9035845b7 (patch)
tree0cb7704d6a8aa34eccb321826eda8d33ea677b93 /codec-cfg.c
parentcd30d641c117607dede55afe7b6d414a3c727d9f (diff)
downloadmpv-c2cdf91ec90c6d3ada7a234e75a4efa9035845b7.tar.bz2
mpv-c2cdf91ec90c6d3ada7a234e75a4efa9035845b7.tar.xz
duplitated check fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@614 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 9bc8c2ef99..5f14caa983 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -645,11 +645,10 @@ void parsehtml(FILE *f1,FILE *f2,codecs_t *codec,int section,int dshow){
continue;
}
d=fgetc(f1);
- if(d=='.') return; // end of section
switch(d){
case '.':
- return;
+ return; // end of section
case 'n':
wrapline(f2,codec->name); break;
case 'i':