Constify new_ui_command

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

	* top.c (new_ui_command): Constify.
This commit is contained in:
Tom Tromey 2017-09-09 21:44:55 -06:00
parent 2cf311ebad
commit 32faf971cd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-09-27 Tom Tromey <tom@tromey.com>
* top.c (new_ui_command): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
* symfile.c (add_symbol_file_command)

View File

@ -354,7 +354,7 @@ open_terminal_stream (const char *name)
/* Implementation of the "new-ui" command. */
static void
new_ui_command (char *args, int from_tty)
new_ui_command (const char *args, int from_tty)
{
struct ui *ui;
struct interp *interp;