summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-04-17 14:53:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-04-17 14:53:48 +0000
commit21acde5b26ef6f0bad9216e1b2f668bc4d91ac3c (patch)
tree1c35293fd837da0e97555c687c105f774f75e373 /sbin/wsconsctl
parent63b7308b896797ce8670c19f6650c6cfd7d49c5f (diff)
typo
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r--sbin/wsconsctl/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c
index 22fa6261bf4..45040366da9 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.56 2012/04/17 08:51:24 miod Exp $ */
+/* $OpenBSD: util.c,v 1.57 2012/04/17 14:53:47 deraadt Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -90,7 +90,7 @@ static const struct nameint mstype_tab[] = {
{ WSMOUSE_TYPE_BLUETOOTH, "bluetooth" },
{ WSMOUSE_TYPE_SUN, "sun" },
{ WSMOUSE_TYPE_SYNAPTICS, "synaptics" },
- { WSMOUSE_TYPE_ALPS, "alps" }
+ { WSMOUSE_TYPE_ALPS, "alps" },
{ WSMOUSE_TYPE_SGI, "sgi" }
};