gdb/tui: Make local variable const.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sun, 30 Aug 2015 10:14:58 +0000 (11:14 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 31 Aug 2015 10:57:44 +0000 (11:57 +0100)
commit136765eab14d32f5fec607f755c3096eb43bf96f
tree231ad9d3939ac14f9b978700e7e5952b640de6f5
parent90b81c5f158b2b0565ce5c45270103cc0cfb5b1b
gdb/tui: Make local variable const.

Small clean up to make a local variable const and remove a cast of NULL.

gdb/ChangeLog:

* tui/tui-data.c (tui_win_name): Make local variable const, remove
cast of NULL.
gdb/ChangeLog
gdb/tui/tui-data.c