gdb/testsuite/
[binutils-gdb.git] / gdb / ser-go32.c
index a8390b8ddaae6aaab4fa1bd3d4cbc9220ff74ab8..2f3b99cc2891ed9cb170a180b269b97afa0d15b6 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote serial interface for local (hardwired) serial ports for GO32.
-   Copyright (C) 1992, 1993, 2000, 2001, 2007, 2008, 2009
+   Copyright (C) 1992, 1993, 2000, 2001, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    Contributed by Nigel Stephens, Algorithmics Ltd. (nigel@algor.co.uk).
@@ -677,6 +677,7 @@ static int
 dos_flush_input (struct serial *scb)
 {
   struct dos_ttystate *port = &ports[scb->fd];
+
   disable ();
   port->first = port->count = 0;
   if (port->fifo)