diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 10d6bd8..3458988 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1657,7 +1657,7 @@ static struct core_fns win32_elf_core_fns = }; void -_initialize_core_win32 () +_initialize_core_win32 (void) { add_core_fns (&win32_elf_core_fns); } |