Skip to content

Commit

Permalink
fix another
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Nov 19, 2024
1 parent 02abc63 commit 23df627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.bin/mkimg/ebr.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static struct mkimg_alias ebr_aliases[] = {
{ ALIAS_FAT16B, ALIAS_INT2TYPE(DOSPTYP_FAT16) },
{ ALIAS_FAT32, ALIAS_INT2TYPE(DOSPTYP_FAT32) },
{ ALIAS_FAT32LBA, ALIAS_INT2TYPE(DOSPTYP_FAT32LBA) },
{ ALIAS_FREEBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
{ ALIAS_MIDNIGHTBSD, ALIAS_INT2TYPE(DOSPTYP_386BSD) },
{ ALIAS_NONE, 0 }
};

Expand Down

0 comments on commit 23df627

Please sign in to comment.