From 0514ee0410826d00f71fd8ce188371cf7afab494 Mon Sep 17 00:00:00 2001 From: Erik Isidore Date: Thu, 30 May 2024 16:12:20 -0300 Subject: [PATCH] PR#3655 - small linter issue correction --- core/sys/linux/types.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index fe48d195e..5053e1e1c 100644 --- a/core/sys/linux/types.odin +++ b/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, } /*