diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-11 13:50:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-11 13:50:50 +0000 |
commit | 5ae5f592883d573d830841e3ee19d8ee37c3e9d8 (patch) | |
tree | 561059d96b9e16c476a18f2b42a47188e7f1363f /gdb/memattr.c | |
parent | 239e1f3afa2f6bc24acde3b81481f933b40a3531 (diff) | |
download | gdb-5ae5f592883d573d830841e3ee19d8ee37c3e9d8.zip gdb-5ae5f592883d573d830841e3ee19d8ee37c3e9d8.tar.gz gdb-5ae5f592883d573d830841e3ee19d8ee37c3e9d8.tar.bz2 |
Fix some K&R isms.
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 37a97eb..aaaaba7 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -507,7 +507,7 @@ mem_delete_command (char *args, int from_tty) } void -_initialize_mem () +_initialize_mem (void) { add_com ("mem", class_vars, mem_command, "Define attributes for memory region.\n\ |