1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index 00d23b0e675c6c7eb90f04503efb967cfa01999c..27fd8aa518416115b230a6a2eaa0136aa3eb51c3 100644 (file)
@@ -96,7 +96,9 @@ static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cm
                              NULL};
 
 static struct monitor_ops est_cmds ;
-static void init_est_cmds(void)
+
+static void 
+init_est_cmds(void)
 {
   est_cmds.flags =   MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
     MO_SREC_ACK | MO_SREC_ACK_PLUS ;
This page took 0.022742 seconds and 4 git commands to generate.