Fix typo.

This commit is contained in:
Nolan Darilek 2019-09-30 10:20:31 -05:00
parent fa916f71a0
commit cfdc01a132
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ impl Connection {
i32_to_bool(v) i32_to_bool(v)
} }
pub fn ause_all(&self) -> bool { pub fn pause_all(&self) -> bool {
let v = unsafe { spd_pause_all(self.connection) }; let v = unsafe { spd_pause_all(self.connection) };
i32_to_bool(v) i32_to_bool(v)
} }