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 | 9f096c6421ed03bc720c090d6eecc9f7de8fe3b0 (patch) | |
tree | 08217865fabba32b6e4f0a06088a816d61713928 /gdb/memattr.c | |
parent | e99b7264c5f39b212d766449c02d589d9cdb2256 (diff) | |
download | gdb-9f096c6421ed03bc720c090d6eecc9f7de8fe3b0.tar.gz |
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 37a97ebc76c..aaaaba7903a 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\ |