Add support for target specific command line switches to old-style simualtors.
[deliverable/binutils-gdb.git] / readline / rltty.c
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.025105 seconds and 4 git commands to generate.