Fixed a compile-breaking mistake

This commit is contained in:
MaxwellS04
2024-12-09 01:43:15 +07:00
committed by GitHub
parent 3a0a3c85d0
commit 8436ee0789

View File

@@ -443,7 +443,7 @@ static hdd_preset_t hdd_speed_presets[] = {
int
hdd_preset_get_num(void)
{4
{
return sizeof(hdd_speed_presets) / sizeof(hdd_preset_t);
}