[RFA,53/67] Constify maintenance_print_reggroups

Message ID 20170921051023.19023-54-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey Sept. 21, 2017, 5:10 a.m. UTC
  ChangeLog
2017-09-20  Tom Tromey  <tom@tromey.com>

	* reggroups.c (maintenance_print_reggroups): Constify.
---
 gdb/ChangeLog   | 4 ++++
 gdb/reggroups.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gdb/reggroups.c b/gdb/reggroups.c
index 512fe11..2ecd0b4 100644
--- a/gdb/reggroups.c
+++ b/gdb/reggroups.c
@@ -262,7 +262,7 @@  reggroups_dump (struct gdbarch *gdbarch, struct ui_file *file)
 }
 
 static void
-maintenance_print_reggroups (char *args, int from_tty)
+maintenance_print_reggroups (const char *args, int from_tty)
 {
   struct gdbarch *gdbarch = get_current_arch ();