1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / rom68k-rom.c
index 0adb87e262c114d638f5cbb4174e662a8470d836..831d299652a57809110429ba7c6dd8e3deb49b63 100644 (file)
@@ -94,7 +94,9 @@ static struct target_ops rom68k_ops;
 static char *rom68k_inits[] = {".\r\r", NULL}; /* Exits pm/pr & download cmds */
 
 static struct monitor_ops rom68k_cmds ;
-static void init_rom68k_cmds(void)
+
+static void 
+init_rom68k_cmds(void)
 {
   rom68k_cmds.flags =   0;
   rom68k_cmds.init =   rom68k_inits; /* monitor init string */
@@ -154,7 +156,7 @@ rom68k_open (args, from_tty)
 void
 _initialize_rom68k ()
 {
-  init_rom_68k_cmds() ;
+  init_rom68k_cmds() ;
   init_monitor_ops (&rom68k_ops);
 
   rom68k_ops.to_shortname = "rom68k";
This page took 0.023067 seconds and 4 git commands to generate.