draw: add missing break
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 26 May 2008 17:29:47 +0000 (18:29 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 26 May 2008 17:29:47 +0000 (18:29 +0100)
src/gallium/auxiliary/draw/draw_pt_emit.c

index 22a83ec78f87a2ab693265f49ff7ebb55f972c2f..e21af3d287773306eac7cbb3186f0828c557d745 100644 (file)
@@ -100,6 +100,7 @@ void draw_pt_emit_prepare( struct pt_emit *emit,
       case EMIT_4UB:
         output_format = PIPE_FORMAT_B8G8R8A8_UNORM;
         emit_sz = 4 * sizeof(ubyte);
+         break;
       default:
         assert(0);
         output_format = PIPE_FORMAT_NONE;