Fix build

This commit is contained in:
Jeremy Soller
2018-03-08 15:52:48 -07:00
parent af78f4819a
commit 07c3ce02be
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub extern "C" fn isblank(c: c_int) -> c_int {
#[no_mangle]
/// The comment in musl:
/// `/* nonsense function that should NEVER be used! */`
/// /* nonsense function that should NEVER be used! */
pub extern "C" fn toascii(c: c_int) -> c_int {
c & 0x7f
}