From 918153f974f2afa223b7894596973581add70427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 26 Mar 2026 23:39:31 +0800 Subject: [PATCH] Host (macOS): fixes typo --- src/detection/host/host_mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detection/host/host_mac.c b/src/detection/host/host_mac.c index 021eee4db..f2c5075d0 100644 --- a/src/detection/host/host_mac.c +++ b/src/detection/host/host_mac.c @@ -112,7 +112,7 @@ const char* ffHostGetMacProductNameWithHwModel(const FFstrbuf* hwModel) if(ffStrEquals(version, "17,7")) return "MacBook Pro (14-inch, M5 Max, 2026)"; if(ffStrEquals(version, "17,6")) return "MacBook Pro (16-inch, M5 Max, 2026)"; if(ffStrEquals(version, "17,5")) return "MacBook Neo (13-inch, A18 Pro, 2026)"; - if(ffStrEquals(version, "17,4")) return "MacBook Air (i5-inch, M5, 2026)"; + if(ffStrEquals(version, "17,4")) return "MacBook Air (15-inch, M5, 2026)"; if(ffStrEquals(version, "17,3")) return "MacBook Air (13-inch, M5, 2026)"; if(ffStrEquals(version, "17,2")) return "MacBook Pro (14-inch, M5, 2025)"; if(ffStrEquals(version, "16,13")) return "MacBook Air (15-inch, M4, 2025)";