1
0
Fork 0

fixed a typo

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@724
This commit is contained in:
Peter Veenstra 2003-03-06 14:52:43 +00:00
parent 6558efe97e
commit 14dbc00591

View file

@ -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