Skip to content

Commit 0e7e180

Browse files
committed
fixup
1 parent ea0e19f commit 0e7e180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/markdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct hoedown_renderer {
8181
header: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
8282
libc::c_int, *mut libc::c_void)>,
8383
math: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
84-
libc::c_int, *mut libc::c_void) -> int>,
84+
libc::c_int, *mut libc::c_void) -> libc::c_int>,
8585
other: [libc::size_t, ..28],
8686
}
8787

0 commit comments

Comments
 (0)