git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1094 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-06-11 00:12:09 +00:00
parent 2a0e29abbe
commit 68d53c538e
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,6 @@ int parse_config_file(struct config *conf, char *conffile)
printf("\n");
while (fgets(line, MAX_LINE_LEN, fp)) {
nextline:
if (errors >= 16) {
printf("too many errors\n");
goto out;
@ -405,6 +404,7 @@ nextline:
continue;
/* break */
}
nextline:
}
free(line);