Mesa (gallium-0.2): gallium: added missing brace to fix broken build

Brian Paul brianp at kemper.freedesktop.org
Thu Dec 11 01:23:03 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: ce3436795c0ddc110d83a5658e5ff10c202a4490
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce3436795c0ddc110d83a5658e5ff10c202a4490

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Dec 10 18:21:40 2008 -0700

gallium: added missing brace to fix broken build

---

 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c b/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
index 39159b7..0227652 100644
--- a/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
+++ b/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
@@ -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;
    }




More information about the mesa-commit mailing list