Explorar o código

add missing trailing comma

Beau McCartney hai 11 meses
pai
achega
15d70390e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 (