summaryrefslogtreecommitdiff
path: root/gdb/m68klinux-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-11 13:50:50 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-11 13:50:50 +0000
commit9f096c6421ed03bc720c090d6eecc9f7de8fe3b0 (patch)
tree08217865fabba32b6e4f0a06088a816d61713928 /gdb/m68klinux-nat.c
parente99b7264c5f39b212d766449c02d589d9cdb2256 (diff)
downloadgdb-9f096c6421ed03bc720c090d6eecc9f7de8fe3b0.tar.gz
Fix some K&R isms.
Diffstat (limited to 'gdb/m68klinux-nat.c')
-rw-r--r--gdb/m68klinux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m68klinux-nat.c b/gdb/m68klinux-nat.c
index 82a6124a7aa..add14902698 100644
--- a/gdb/m68klinux-nat.c
+++ b/gdb/m68klinux-nat.c
@@ -704,7 +704,7 @@ static struct core_fns linux_elf_core_fns =
};
void
-_initialize_m68k_linux_nat ()
+_initialize_m68k_linux_nat (void)
{
add_core_fns (&linux_elf_core_fns);
}