Browse Source

add missing trailing comma

Beau McCartney 11 months ago
parent
commit
15d70390e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/darwin/mach_darwin.odin

+ 1 - 1
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 (