From 39730664271dc815dd57d188b06c81c21ef11698 Mon Sep 17 00:00:00 2001 From: Bernd Boeckmann Date: Sun, 4 Aug 2024 17:26:27 +0200 Subject: [PATCH] fix typo --- source/fdisk/pdiskio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fdisk/pdiskio.h b/source/fdisk/pdiskio.h index 1fd4584..dbed315 100644 --- a/source/fdisk/pdiskio.h +++ b/source/fdisk/pdiskio.h @@ -15,7 +15,7 @@ #define OEM_IBM 0x00 #define OEM_DRDOS 0xee #define OEM_NOVELL 0xef -#define OEM_FRERDOS 0xfd +#define OEM_FREEDOS 0xfd #define DLA_AUTO 0 #define DLA_MSDOS 1