Fix an error in parse_scrolling_args
authorTom Tromey <tom@tromey.com>
Tue, 2 Jul 2019 23:31:44 +0000 (17:31 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:25 +0000 (12:19 -0600)
commitca5af91ed271a12200bb40ccfaaede4baef6f5fe
tree57a33ca1063784e4115476a88c6ef8a01f7d2ea2
parent5104fe361d818a46b262b5d504f3d293c9a2b44a
Fix an error in parse_scrolling_args

parse_scrolling_args combines two errors into one message, which also
happens to end with a newline.  This separates the errors and fixes
the message.

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

* tui/tui-win.c (parse_scrolling_args): Throw separate errors.
gdb/ChangeLog
gdb/tui/tui-win.c
This page took 0.02397 seconds and 4 git commands to generate.