Skip to content

Commit b96f5a0

Browse files
committed
Fix syntax
1 parent fd338f2 commit b96f5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ extern "C" {
530530
locale: *const wchar_t,
531531
) -> *mut wchar_t;
532532
#[link_name = "_aligned_malloc"]
533-
pub fn aligned_malloc(size_t size, size_t alignment) -> *mut c_void;
533+
pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void;
534534
}
535535

536536
extern "system" {

0 commit comments

Comments
 (0)