summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-04-17 14:53:47 +0000
committerderaadt <deraadt@openbsd.org>2012-04-17 14:53:47 +0000
commit5e9c6f1cc10c48b551b235eb717abeaf38cd2ce8 (patch)
tree6a07b663b74b52467834524b888a2bf3821fc16c
parentDo not disable the stack protector by default anymore. (diff)
downloadwireguard-openbsd-5e9c6f1cc10c48b551b235eb717abeaf38cd2ce8.tar.xz
wireguard-openbsd-5e9c6f1cc10c48b551b235eb717abeaf38cd2ce8.zip
typo
-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" }
};