* rltty.c (save_tty_chars): Fix compilation-stopping typo.
authorChristopher Faylor <me+cygwin@cgf.cx>
Mon, 8 Jan 2001 14:57:30 +0000 (14:57 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Mon, 8 Jan 2001 14:57:30 +0000 (14:57 +0000)
readline/ChangeLog.Cygnus
readline/rltty.c

index 4556c2ad6ef4f0169a47e501ecbfe07bc3566349..24bcd5ccd32b599b1f16fa01fe687e930241f9fa 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * rltty.c (save_tty_chars): Fix compilation-stopping typo.
+
 2000-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * terminal.c (_rl_get_screen_size) [__DJGPP__]: Determine screen
index 203056ed093a03fa8b426e8b2df91b8fd7019a2e..1d943639f1acadd87af66224dc035928e589c10a 100644 (file)
@@ -190,7 +190,7 @@ save_tty_chars (tiop)
       _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
       _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
       _rl_tty_chars.t_start = tiop->tchars.t_startc;
-      _rl_tty_chars.t_stop = tiop->tchars.t_stopc
+      _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
       _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
       _rl_tty_chars.t_eol = '\n';
       _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
This page took 0.024316 seconds and 4 git commands to generate.