From c2cdf91ec90c6d3ada7a234e75a4efa9035845b7 Mon Sep 17 00:00:00 2001 From: szabii Date: Tue, 24 Apr 2001 10:21:55 +0000 Subject: [PATCH] duplitated check fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@614 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 3 +-- 1 file changed, 1 insertion(+), 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':