summaryrefslogtreecommitdiff
path: root/gdb/reggroups.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commit1684382a9110efd6523ce304cb99c869053323c8 (patch)
tree40364f6d12e4c278425f9de47c2f4e15c98e8076 /gdb/reggroups.c
parent2729fb2483899a9b69e0d73500c79373156f27a7 (diff)
downloadgdb-1684382a9110efd6523ce304cb99c869053323c8.tar.gz
Diffstat (limited to 'gdb/reggroups.c')
-rw-r--r--gdb/reggroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/reggroups.c b/gdb/reggroups.c
index b72140eadee..071942becc4 100644
--- a/gdb/reggroups.c
+++ b/gdb/reggroups.c
@@ -214,7 +214,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)
{
if (args == NULL)
reggroups_dump (current_gdbarch, gdb_stdout);