mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 16:48:07 +02:00
gallium: added missing brace to fix broken build
This commit is contained in:
parent
0c31661e73
commit
ce3436795c
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ static void fetch_emit_run_linear( struct draw_pt_middle_end *middle,
|
|||
*/
|
||||
draw_do_flush( draw, DRAW_FLUSH_BACKEND );
|
||||
|
||||
if (count >= UNDEFINED_VERTEX_ID)
|
||||
if (count >= UNDEFINED_VERTEX_ID) {
|
||||
assert(0);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue