PR#3655 - small linter issue correction

This commit is contained in:
Erik Isidore
2024-05-30 16:12:20 -03:00
parent f6e699cd22
commit 0514ee0410

View File

@@ -636,7 +636,7 @@ Sock_Addr_In6 :: struct #packed {
*/
Sock_Addr_Un :: struct #packed {
sun_family: Address_Family,
sun_path: [108]u8
sun_path: [108]u8,
}
/*