Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Jan 18, 2020
1 parent 031877e commit 241e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ bool set_eject_state(bool ejected)
if (ejected)
{
FDD_EjectFD(disk_drive);
Config.FDDImage[disk_drive][0] = '\0';
Config.FDDImage[disk_drive][0] = '\0';
}
disk_inserted = !ejected;
return true;
Expand Down

0 comments on commit 241e0d4

Please sign in to comment.