mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fixed a compile-breaking mistake.
This commit is contained in:
@@ -2107,7 +2107,7 @@ ide_board_callback(void *priv)
|
||||
|
||||
|
||||
static void
|
||||
atapi_error_no_read(ide_t *ide)
|
||||
atapi_error_no_ready(ide_t *ide)
|
||||
{
|
||||
ide->command = 0;
|
||||
if (ide->type == IDE_ATAPI) {
|
||||
|
||||
Reference in New Issue
Block a user