diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-01-25 22:35:01 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-01-25 22:35:01 +0000 |
commit | 0613c4019ce28b37a569a20ce996cc7ceec75854 (patch) | |
tree | 94c80303319922dac23b82651513ba148537fe41 /gdb/windows-nat.c | |
parent | a4f685449e2c6292be8e1ac00cf791b085bbec31 (diff) | |
download | gdb-0613c4019ce28b37a569a20ce996cc7ceec75854.zip gdb-0613c4019ce28b37a569a20ce996cc7ceec75854.tar.gz gdb-0613c4019ce28b37a569a20ce996cc7ceec75854.tar.bz2 |
* win32-nat.c (_initialize_core_win32): Prototype correctly.
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); } |