Fix a return type
This commit is contained in:
parent
208c8f58b2
commit
e0e53773e3
@ -502,7 +502,7 @@ pub mod reimpls {
|
||||
u128::from_parts(low, high as u64) as i128
|
||||
}
|
||||
#[cfg(not(windows))]
|
||||
fn to_ret(self) -> u128ret {
|
||||
fn to_ret(self) -> i128ret {
|
||||
self
|
||||
}
|
||||
#[cfg(windows)]
|
||||
|
Loading…
Reference in New Issue
Block a user