diff --git a/comport.c b/comport.c index fb1faab..3395c67 100644 --- a/comport.c +++ b/comport.c @@ -84,7 +84,7 @@ typedef struct comport int ctsrts; /* nonzero if ctsrts handshaking is on */ int hupcl; /* nonzero if hang-up on close is on */ - short rxerrors; /* holds the rx line errors */ + int rxerrors; /* holds the rx line errors */ int verbose; /* buffers */