diff options
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r-- | gdb/memattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c index 0498664..02b93e8 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -341,7 +341,7 @@ mem_command (const char *args, int from_tty) static void -info_mem_command (char *args, int from_tty) +info_mem_command (const char *args, int from_tty) { if (mem_use_target ()) printf_filtered (_("Using memory regions provided by the target.\n")); |