gallium: added missing brace to fix broken build
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 11 Dec 2008 01:21:40 +0000 (18:21 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 11 Dec 2008 01:21:40 +0000 (18:21 -0700)
src/gallium/auxiliary/draw/draw_pt_fetch_emit.c

index 39159b747da95b3cbb80e8f5bdaced4340131119..0227652632e4d2669d393c21aa02d5e129ee1a24 100644 (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;
    }