From 0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 8 Sep 1993 20:57:08 +0000 Subject: gcc lint --- gdb/serial.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/serial.h') diff --git a/gdb/serial.h b/gdb/serial.h index 808aad2..84916d3 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -132,8 +132,8 @@ serial_t serial_fdopen PARAMS ((int fd)); #define SERIAL_SETBAUDRATE(SERIAL_T, RATE) ((SERIAL_T)->ops->setbaudrate((SERIAL_T), RATE)) -/* Write LEN chars from STRING to the port SERIAL_T. Returns 0 for success, - -1 for failure. */ +/* Write LEN chars from STRING to the port SERIAL_T. Returns 0 for + success, non-zero for failure. */ #define SERIAL_WRITE(SERIAL_T, STRING, LEN) ((SERIAL_T)->ops->write((SERIAL_T), STRING, LEN)) -- cgit v1.1