Remove all i suffixes

This commit is contained in:
Tobias Bucher
2015-01-25 22:05:03 +01:00
parent 52c74e63da
commit 7f64fe4e27
474 changed files with 1999 additions and 1999 deletions

View File

@@ -81,7 +81,7 @@ pub unsafe fn make_handler() -> Handler {
panic!("failed to reserve stack space for exception handling");
}
Handler { _data: 0i as *mut libc::c_void }
Handler { _data: 0 as *mut libc::c_void }
}
pub struct EXCEPTION_RECORD {