Skip to content

Commit 2234bf1

Browse files
committed
fixup
1 parent 2b1f032 commit 2234bf1

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
@@ -141,7 +141,7 @@ extern {
141141
fn hoedown_buffer_puts(b: *mut hoedown_buffer, c: *const libc::c_char);
142142
fn hoedown_buffer_free(b: *mut hoedown_buffer);
143143
fn hoedown_escape_html(ob: *mut hoedown_buffer,
144-
src: *const uint8_t,
144+
src: *const libc::uint8_t,
145145
size: libc::size_t,
146146
secure: libc::c_int);
147147
}

0 commit comments

Comments
 (0)