Fix typo.
This commit is contained in:
parent
fa916f71a0
commit
cfdc01a132
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user