From 4813cd322b86488eee3ecb0e6f7cfe2d998b4115 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Jun 2016 02:08:02 -0400 Subject: this one too --- src/ffi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi.rs b/src/ffi.rs index 0c0a057..284a98c 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -64,7 +64,7 @@ extern "C" { pub fn vt100_wrapper_screen_clear_audible_bell(screen: *mut types::ScreenImpl); pub fn vt100_wrapper_screen_clear_update_title(screen: *mut types::ScreenImpl); pub fn vt100_wrapper_screen_clear_update_icon_name(screen: *mut types::ScreenImpl); - pub fn vt100_wrapper_screen_clear_dirty(screen: *mut types::ScreenImpl) -> libc::c_int; + pub fn vt100_wrapper_screen_clear_dirty(screen: *mut types::ScreenImpl); pub fn vt100_wrapper_cell_is_wide(cell: *mut types::CellImpl) -> libc::c_int; pub fn vt100_wrapper_cell_attrs_bold(cell: *mut types::CellAttrs) -> libc::c_int; pub fn vt100_wrapper_cell_attrs_italic(cell: *mut types::CellAttrs) -> libc::c_int; -- cgit v1.2.3-54-g00ecf