Skip to content
Snippets Groups Projects
Commit 95d5c403 authored by Brian Paul's avatar Brian Paul
Browse files

remove trailing comma in enum list to silence gcc -pedantic warning

parent 2c1999a5
No related branches found
No related tags found
Loading
......@@ -657,7 +657,7 @@ typedef struct drm_ttm_buf_arg {
ttm_validate,
ttm_validate_user,
ttm_unbind,
ttm_destroy,
ttm_destroy
} op;
drm_handle_t ttm_handle;
drm_handle_t region_handle;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment