Constify maintenance_info_program_spaces_command

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

	* progspace.c (maintenance_info_program_spaces_command):
	Constify.
This commit is contained in:
Tom Tromey 2017-09-12 21:15:46 -06:00
parent 6663cf9161
commit 9c504b5d34
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-09-27 Tom Tromey <tom@tromey.com>
* progspace.c (maintenance_info_program_spaces_command):
Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
* compile/compile.c (check_raw_argument, compile_file_command)

View File

@ -345,7 +345,7 @@ valid_program_space_id (int num)
indicating which the program space to print information about. */
static void
maintenance_info_program_spaces_command (char *args, int from_tty)
maintenance_info_program_spaces_command (const char *args, int from_tty)
{
int requested = -1;