diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-02-05 15:15:13 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-02-05 15:15:13 +0000 |
commit | 5997e10ca75ac87fd54b3bc0035938e1a9ad7929 (patch) | |
tree | be9b48cf09c9dad12bb489a094cb782ad393f5a0 /libdrm | |
parent | 7af1bb874d9b8b1b8760ad200cee587c41c23434 (diff) |
consistency
Diffstat (limited to 'libdrm')
-rw-r--r-- | libdrm/xf86drmMode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/xf86drmMode.h b/libdrm/xf86drmMode.h index f5b3337c..e878c40a 100644 --- a/libdrm/xf86drmMode.h +++ b/libdrm/xf86drmMode.h @@ -78,7 +78,7 @@ typedef struct _drmModePropertyBlob { typedef struct _drmModeProperty { unsigned int prop_id; unsigned int flags; - unsigned char name[DRM_PROP_NAME_LEN]; + char name[DRM_PROP_NAME_LEN]; int count_values; uint64_t *values; // store the blob lengths int count_enums; |