This commit is contained in:
waltje
2017-12-13 22:32:13 -05:00
parent 28426e53af
commit 3a0e1e7d6a
3 changed files with 7 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
*
* TODO: Add the Genius Serial Mouse.
*
* Version: @(#)mouse_serial.c 1.0.17 2017/12/13
* Version: @(#)mouse_serial.c 1.0.18 2017/12/14
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*/
@@ -205,7 +205,6 @@ sermouse_close(void *priv)
}
free(dev);
dev = NULL;
}