diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-02-05 09:28:51 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-02-05 09:28:51 +0000 |
commit | c9772f8c037667ed3586337f90904e7978f8ab14 (patch) | |
tree | bd4cf83276b78ec8cb1c5a12651dd415ddb463e2 | |
parent | 709aa4629321533bfa30c72c4e33f229c895358a (diff) |
consistency
-rw-r--r-- | linux-core/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h index 8f6a8938..63324ca1 100644 --- a/linux-core/drm_crtc.h +++ b/linux-core/drm_crtc.h @@ -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 { |