Fix long line

Lint caught a long line. This should fix the CI failure.
This commit is contained in:
A.J. Gardner 2016-03-30 00:55:49 -05:00
parent 110152c115
commit 2bd6f12241

View File

@ -638,7 +638,8 @@ extern {
writefds: *mut fd_set,
errorfds: *mut fd_set,
timeout: *mut timeval) -> ::c_int;
pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
pub fn setlocale(category: ::c_int,
locale: *const ::c_char) -> *mut ::c_char;
pub fn localeconv() -> *mut lconv;
}