Skip to content

Commit

Permalink
font: fix the function signature for log_buffer_message ...
Browse files Browse the repository at this point in the history
... this will fix the build on non-x86 architectures
  • Loading branch information
liushuyu authored and wez committed Sep 4, 2022
1 parent ecd7bc9 commit 9a6cee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wezterm-font/src/hbwrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ impl Drop for Buffer {
extern "C" fn log_buffer_message(
_buf: *mut hb_buffer_t,
_font: *mut hb_font_t,
message: *const i8,
message: *const c_char,
_user_data: *mut c_void,
) -> i32 {
unsafe {
Expand Down

0 comments on commit 9a6cee2

Please sign in to comment.