Add a missing close() to dvd_set_speed function

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25069 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-11-17 18:27:17 +00:00
parent 17a2278031
commit dff474a1ce
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ static void dvd_set_speed(char *device, unsigned speed)
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitFail);
} else
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitOk);
close(fd);
#endif
}