From 602b56b25222c19066d91e35ca9fcf876c3db1c7 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 25 Aug 2001 19:03:11 +0000 Subject: codecs.html renamed to codecs-status.html git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1690 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codec-cfg.c') diff --git a/codec-cfg.c b/codec-cfg.c index 4833a7d54a..df814e4ee1 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -732,7 +732,7 @@ int main(void) printf("no audioconfig.\n"); f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1); - f2=fopen("DOCS/codecs.html","wb"); if(!f2) exit(1); + f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1); while((c=fgetc(f1))>=0){ if(c!='%'){ -- cgit v1.2.3