Fix a return type
This commit is contained in:
parent
208c8f58b2
commit
e0e53773e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue