summaryrefslogtreecommitdiff
path: root/hw/dmx/examples/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/examples/ev.c')
-rw-r--r--hw/dmx/examples/ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/examples/ev.c b/hw/dmx/examples/ev.c
index b70016a45..09e703ce7 100644
--- a/hw/dmx/examples/ev.c
+++ b/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)))