From cab00775722637db2c99d0535f756f9282572dcb Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 14 Mar 2025 06:36:16 +0100 Subject: AHCI.cc: Check Is for an HBA error. Signed-off-by: Amlal El Mahrouss --- dev/Usr/LibWM/WindowConnection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Usr/LibWM/WindowConnection.h') diff --git a/dev/Usr/LibWM/WindowConnection.h b/dev/Usr/LibWM/WindowConnection.h index 3a3e39a6..22938130 100644 --- a/dev/Usr/LibWM/WindowConnection.h +++ b/dev/Usr/LibWM/WindowConnection.h @@ -24,8 +24,8 @@ namespace LibCF constexpr static SInt16 kMaxPeers = 16; - Char mConnName[256] = {0}; - SInt32 mConnPeersCnt{0}; + Char mConnName[256] = {0}; + SInt32 mConnPeersCnt{0}; CFArray mConnPeers; }; } // namespace LibCF \ No newline at end of file -- cgit v1.2.3