浏览代码

PR#3655 - small linter issue correction

Erik Isidore 1 年之前
父节点
当前提交
0514ee0410
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
 }
 }
 
 
 /*
 /*