Remove compiler warning.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmosfear 2001-06-12 06:53:32 +00:00
parent e94a971c74
commit f06ec8c85d
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ static int sun_vcd_read(int fd, int *offset)
int sync, header_code, user_data, edc_ecc, error_field;
int sub_channel;
/* sector_type = 3; /* mode2 */
/* sector_type = 3; *//* mode2 */
sector_type = 5; /* mode2/form2 */
sync = 0;
header_code = 0;