Skip to content

Commit

Permalink
[directfd] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 16, 2024
1 parent f7cdb86 commit 95de014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/arch/i86/drivers/block/directfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ static void DFPROC setup_rw_floppy(void)
{
DEBUG("setup_rw-");
#if IODELAY
int num_sectors = read_track? floppy->sect + (floppy->sect & 1 && !head);
int num_sectors = read_track? floppy->sect + (floppy->sect & 1 && !head)
: CURRENT->rq_nr_sectors;
DEBUG("[%ur%u]", current_drive, num_sectors);
static unsigned lasttrack;
Expand Down

0 comments on commit 95de014

Please sign in to comment.