Fix a return type

This commit is contained in:
Simonas Kazlauskas 2016-12-21 05:40:46 +02:00 committed by est31
parent 208c8f58b2
commit e0e53773e3

View File

@ -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)]