mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
zink: remove incorrect trailing comma
A trailing comma in a list is not valid JSON. Let's drop it.
Fixes: f7b2dbb2bd ("zink: relax bresenhamLines requirement for non-strictLine drivers")
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21211>
This commit is contained in:
parent
445d104dd9
commit
b68f13bc90
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"customBorderColorWithoutFormat": true
|
||||
},
|
||||
"VkPhysicalDeviceLineRasterizationFeaturesEXT": {
|
||||
"rectangularLines": true,
|
||||
"rectangularLines": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue