1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

fix gcc-3.0 warning

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-07-12 15:08:02 +00:00
parent 80abe73d18
commit 796cc66970

View File

@ -405,6 +405,7 @@ int parse_config_file(struct config *conf, char *conffile)
/* break */
}
nextline:
;
}
free(line);