diff --git a/src/ide/ide.c b/src/ide/ide.c index 4040e647..4f293a51 100644 --- a/src/ide/ide.c +++ b/src/ide/ide.c @@ -79,7 +79,7 @@ typedef struct IDE { } IDE; typedef struct IDE_HDD_EMU { - int romset, + int romset; char *model; int tracks, hpc, spt; } IDE_HDD_EMU;