Taylor Bockman 7 years ago
parent
commit
215af79b1e
  1. 2
      src/lib.rs

2
src/lib.rs

@ -77,6 +77,6 @@ where
/// Sends `readyok` to the GUI /// Sends `readyok` to the GUI
pub fn ready(&mut self) { pub fn ready(&mut self) {
write!(&mut self.writer, "{}", commands::ReADYOK).expect("failed to send `readyok` command"); write!(&mut self.writer, "{}", commands::READYOK).expect("failed to send `readyok` command");
} }
} }

Loading…
Cancel
Save