* remote.c (_initialize_remote): Typo extended__remote

This commit is contained in:
John Metzler 1998-05-22 17:59:05 +00:00
parent f872d0d643
commit 3ff4b4c689
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri May 22 10:56:36 1998 John Metzler <jmetzler@cygnus.com>
* remote.c (_initialize_remote): Typo extended__remote
Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
* gnu-nat.c (init_gnu_ops): Initialization of target ops by assignment.
(_initialize_gnu_nat): Call new init

View File

@ -2025,7 +2025,7 @@ void
_initialize_remote ()
{
init_remote_ops() ;
init_extended__remote_ops() ;
init_extended_remote_ops() ;
add_target (&remote_ops);
add_target (&extended_remote_ops);