mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
PR#3655 - small linter issue correction
This commit is contained in:
@@ -636,7 +636,7 @@ Sock_Addr_In6 :: struct #packed {
|
|||||||
*/
|
*/
|
||||||
Sock_Addr_Un :: struct #packed {
|
Sock_Addr_Un :: struct #packed {
|
||||||
sun_family: Address_Family,
|
sun_family: Address_Family,
|
||||||
sun_path: [108]u8
|
sun_path: [108]u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user