gallium: added missing brace to fix broken build

This commit is contained in:
Brian Paul 2008-12-10 18:21:40 -07:00
parent 0c31661e73
commit ce3436795c

View file

@ -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;
}