llvmpipe: add missing break in xlib _init()
authorBrian Paul <brianp@vmware.com>
Tue, 18 Aug 2009 21:18:33 +0000 (15:18 -0600)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:34 +0000 (09:21 +0100)
src/gallium/winsys/xlib/xlib.c

index 744e865..4b71cf7 100644 (file)
@@ -96,6 +96,7 @@ static void _init( void )
 #if defined(GALLIUM_LLVMPIPE)
       xmesa_set_driver( &xlib_llvmpipe_driver );
 #endif
+      break;
    case MODE_SOFTPIPE:
 #if defined(GALLIUM_SOFTPIPE)
       xmesa_set_driver( &xlib_softpipe_driver );