mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 04:00:20 +01:00
consistency
This commit is contained in:
parent
709aa46293
commit
c9772f8c03
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue