Skip to content

Commit

Permalink
Fixed typo on IDE_HDD_EMU
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-manley committed Nov 25, 2024
1 parent a0db379 commit f31af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f31af14

Please sign in to comment.