Mercurial > mplayer.hg
changeset 1093:545a55a50885
erm...
author | szabii |
---|---|
date | Mon, 11 Jun 2001 00:12:09 +0000 |
parents | bd2b9f63adf1 |
children | 7a6be90408ea |
files | cfgparser.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfgparser.c Sun Jun 10 23:48:20 2001 +0000 +++ b/cfgparser.c Mon Jun 11 00:12:09 2001 +0000 @@ -277,7 +277,6 @@ printf("\n"); while (fgets(line, MAX_LINE_LEN, fp)) { -nextline: if (errors >= 16) { printf("too many errors\n"); goto out; @@ -405,6 +404,7 @@ continue; /* break */ } +nextline: } free(line);