Skip to content

Commit

Permalink
linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jun 27, 2024
1 parent bf0a568 commit b1591ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/strings/src/hstring_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl HStringHeader {
fn malloc(bytes: usize) -> *mut core::ffi::c_void;
}

malloc(bytes) as *mut HStringHeader;
malloc(bytes) as *mut HStringHeader
};

if header.is_null() {
Expand Down

0 comments on commit b1591ec

Please sign in to comment.