diff options
Diffstat (limited to 'sys/isa/psm.c')
-rw-r--r-- | sys/isa/psm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/psm.c b/sys/isa/psm.c index c312dbf..daa3744 100644 --- a/sys/isa/psm.c +++ b/sys/isa/psm.c @@ -1499,7 +1499,7 @@ tame_mouse(struct psm_softc *sc, mousestatus_t *status, unsigned char *buf) buf[7] = (~status->button >> 3) & 0x7f; return MOUSE_SYS_PACKETSIZE; } - return sc->inputbytes;; + return sc->inputbytes; } static int |