Przeglądaj źródła

PR#3655 - small linter issue correction

Erik Isidore 1 rok temu
rodzic
commit
0514ee0410
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {
 	sun_family: Address_Family,
-	sun_path:   [108]u8
+	sun_path:   [108]u8,
 }
 
 /*