Browse Source

PR#3655 - small linter issue correction

Erik Isidore 1 year ago
parent
commit
0514ee0410
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/linux/types.odin

+ 1 - 1
core/sys/linux/types.odin

@@ -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,
 }
 }
 
 
 /*
 /*