]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ser-pipe.c
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / ser-pipe.c
index 04839f42cbc4da97ba58f2536db2e224ea19ec37..0c36a31e07ae27c41d9fa45c6c8fb54d41c3d9dd 100644 (file)
@@ -274,7 +274,7 @@ pipe_readchar (scb, timeout)
 
       else if (timeout == 0)
        {
-         status == SERIAL_TIMEOUT;
+         status = SERIAL_TIMEOUT;
          break;
        }
     }