소스 검색

add missing trailing comma

Beau McCartney 11 달 전
부모
커밋
15d70390e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 (