From 15d70390e593a0722af30dda469a7da08d5bd6b2 Mon Sep 17 00:00:00 2001 From: Beau McCartney Date: Sun, 6 Oct 2024 23:29:34 -0600 Subject: [PATCH] add missing trailing comma --- core/sys/darwin/mach_darwin.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/darwin/mach_darwin.odin b/core/sys/darwin/mach_darwin.odin index ae769910a..c971e0402 100644 --- a/core/sys/darwin/mach_darwin.odin +++ b/core/sys/darwin/mach_darwin.odin @@ -57,7 +57,7 @@ foreign mach { copy : boolean_t, cur_protection : vm_prot_t, max_protection : vm_prot_t, - inheritance : vm_inherit_t + inheritance : vm_inherit_t, ) -> kern_return_t --- mach_make_memory_entry :: proc (