mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-08 05:53:12 +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 {
|
||||
sun_family: Address_Family,
|
||||
sun_path: [108]u8
|
||||
sun_path: [108]u8,
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user