mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* win32-nat.c (_initialize_core_win32): Prototype correctly.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user