Skip to content
Snippets Groups Projects
Commit 33873fa9 authored by bors's avatar bors
Browse files

Auto merge of #739 - kallisti5:haiku-fix, r=alexcrichton

haiku: Correct typo
parents 2a322c71 c9b276f1
No related branches found
No related tags found
No related merge requests found
......@@ -732,7 +732,7 @@ pub const TIOCM_CTS: ::c_int = TCGB_CTS;
pub const TIOCM_CD: ::c_int = TCGB_DCD;
pub const TIOCM_CAR: ::c_int = TIOCM_CD;
pub const TIOCM_RI: ::c_int = TCGB_RI;
pub const TIOCM_DSR: ::c_int = TCGB_dsR;
pub const TIOCM_DSR: ::c_int = TCGB_DSR;
pub const TIOCM_DTR: ::c_int = 0x10;
pub const TIOCM_RTS: ::c_int = 0x20;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment