summaryrefslogtreecommitdiff
path: root/xserver/hw/dmx/examples/ev.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2019-07-27 07:57:27 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2019-07-27 07:57:27 +0000
commitd4a0bed4b91da9de86c311c7fef9a8aa9a6f500c (patch)
treea1b439049dee87bc951e190db93f5bbe8b43b0b5 /xserver/hw/dmx/examples/ev.c
parentb6bc775539a31f663f9e22ce3ccaf0aa96adf3b6 (diff)
Update to xserver 1.20.5. Tested by jsg@
Diffstat (limited to 'xserver/hw/dmx/examples/ev.c')
-rw-r--r--xserver/hw/dmx/examples/ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/dmx/examples/ev.c b/xserver/hw/dmx/examples/ev.c
index b70016a45..09e703ce7 100644
--- a/xserver/hw/dmx/examples/ev.c
+++ b/xserver/hw/dmx/examples/ev.c
@@ -56,7 +56,7 @@ main(int argc, char **argv)
int fd = 0;
int rc;
int i, j;
- char *tmp;
+ const char *tmp;
#define test_bit(bit) (mask[(bit)/8] & (1 << ((bit)%8)))