consistency

This commit is contained in:
Alan Hourihane 2008-02-05 09:28:51 +00:00
parent 709aa46293
commit c9772f8c03

View file

@ -259,7 +259,7 @@ struct drm_property_blob {
struct drm_property_enum {
uint64_t value;
struct list_head head;
unsigned char name[DRM_PROP_NAME_LEN];
char name[DRM_PROP_NAME_LEN];
};
struct drm_property {