Fixed another compile-breaking mistake.

This commit is contained in:
OBattler 2016-08-15 03:46:19 +02:00
parent bd4d8f34ec
commit ad0f4215a1

View file

@ -307,7 +307,7 @@ void img_load(int drive, char *fn)
fseek(img[drive].f, 0x1A, SEEK_SET);
bpb_sides = fgetc(img[drive].f);
base = 0;
img[drive].base = 0;
fdi = 0;
fseek(img[drive].f, -1, SEEK_END);