1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / dbug-rom.c
index 93c1f8837de0688feeffa073ff9bf3d2e759b899..fa9c97440ed8e1f2f3e28eb0ed265e5adfb547e3 100644 (file)
@@ -91,7 +91,8 @@ static struct monitor_ops dbug_cmds ;
 static char *dbug_inits[] = {"\r", NULL};
 
 
-static void init_dbug_cmds(void)
+static void 
+init_dbug_cmds(void)
 {
   dbug_cmds.flags =   MO_CLR_BREAK_USES_ADDR | MO_GETMEM_NEEDS_RANGE | MO_FILL_USES_ADDR;
   dbug_cmds.init =   dbug_inits;                       /* Init strings */
This page took 0.053216 seconds and 4 git commands to generate.