Remove extra ';'

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 18:37:30 +00:00
parent 5d9bef6473
commit 9d4b1fa40e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115480
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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