Minor fix.

This commit is contained in:
Nodir Temirkhodjaev 2021-03-10 15:05:54 +03:00
parent f5251d4ec7
commit 513a47525a

View File

@ -36,7 +36,7 @@ typedef struct fort_conf_flags
UINT32 group_bits : 16;
} FORT_CONF_FLAGS, *PFORT_CONF_FLAGS;
static_assert(sizeof(FORT_CONF_FLAGS) == 4, "FORT_CONF_FLAGS is not 32 bits");
static_assert(sizeof(FORT_CONF_FLAGS) == sizeof(UINT32), "FORT_CONF_FLAGS is not 32 bits");
typedef struct fort_conf_addr_list
{