1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / op50-rom.c
index b12e1df5de85e4c92de1ec8ec6bea4c1173bdfa4..326209184142c7eeb915c52f5c34d013046214ef 100644 (file)
@@ -56,7 +56,9 @@ static struct target_ops op50n_ops;
 static char *op50n_inits[] = {".\r", NULL};
 
 static struct monitor_ops op50n_cmds ;
-static void init_op50n_cmds(void)
+
+static void 
+init_op50n_cmds(void)
 {
   op50n_cmds.flags =   MO_CLR_BREAK_USES_ADDR /*| MO_GETMEM_READ_SINGLE*/; /* flags */
   op50n_cmds.init =   op50n_inits;                     /* Init strings */
This page took 0.022952 seconds and 4 git commands to generate.