* configure.in: Move termcap determination a later in the file to catch
[deliverable/binutils-gdb.git] / gdb / remote-nindy.c
index 7853ae24a7ed13ea7ec8d3b1a9964f2aec534798..58e89b86859de1721557a7092a7e193191d41551 100644 (file)
@@ -767,7 +767,9 @@ nindy_before_main_loop ()
 /* Define the target subroutine names */
 
 struct target_ops nindy_ops ;
-static void init_nindy_ops(void)
+
+static void 
+init_nindy_ops(void)
 {
   nindy_ops.to_shortname =   "nindy"; "Remote serial target in i960 NINDY-specific protocol",
                                        nindy_ops.to_longname =   "Use a remote i960 system running NINDY connected by a serial line.\n\
This page took 0.023016 seconds and 4 git commands to generate.