fixed a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@724
This commit is contained in:
parent
6558efe97e
commit
14dbc00591
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ bool CDROM_Interface_Linux::Open(void)
|
|||
return (dhandle>=0);
|
||||
};
|
||||
|
||||
void CDROM_Interface_Ioctl::Close(void)
|
||||
void CDROM_Interface_Linux::Close(void)
|
||||
{
|
||||
close (dhandle);
|
||||
};
|
||||
|
@ -516,4 +516,4 @@ int CDROM_GetMountType(char* path)
|
|||
return 2;
|
||||
};
|
||||
*/
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue