consistency
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 5 Feb 2008 15:15:13 +0000 (15:15 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 5 Feb 2008 15:15:13 +0000 (15:15 +0000)
libdrm/xf86drmMode.h

index f5b3337..e878c40 100644 (file)
@@ -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;