summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/kms_properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index 503a5c25..82d28e9b 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -30,7 +30,7 @@
#include <time.h>
struct additional_test {
- char *name;
+ const char *name;
uint32_t obj_type;
void (*prop_test)(int fd, uint32_t id, uint32_t type, drmModePropertyPtr prop,
uint32_t prop_id, uint64_t prop_value, bool atomic);