Fix inconsistent size of ide_fn array.

This commit is contained in:
SarahW 2018-08-03 19:44:35 +01:00
commit 4ada3382b4
5 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@
#define CMD_SET_PARAMETERS 0x91
#define CMD_READ_PARAMETERS 0xec
extern char ide_fn[4][512];
extern char ide_fn[7][512];
typedef struct esdi_drive_t
{