mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-22 00:41:00 +00:00
Fix typo in BSD defines.
This commit is contained in:
parent
58a561b806
commit
8a2d0d0e8f
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ static int cdfile = -1;
|
|||
static char cd_dev[64] = "/dev/cdrom";
|
||||
|
||||
#ifdef USE_BSD_CD
|
||||
# define CDROMEJECT CDIOEJECT
|
||||
# define CDROMCLOSETRAY CDIOCLOSE
|
||||
# define CDROMEJECT CDIOCEJECT
|
||||
# define CDROMCLOSETRAY CDIOCCLOSE
|
||||
# define CDROMREADTOCHDR CDIOREADTOCHEADER
|
||||
# define CDROMREADTOCENTRY CDIOREADTOCENTRY
|
||||
# define CDROMPLAYTRKIND CDIOCPLAYTRACKS
|
||||
|
|
Loading…
Reference in a new issue