sofpipe: remove extraneous semicolon
authorBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 15:30:52 +0000 (08:30 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 15:30:52 +0000 (08:30 -0700)
src/gallium/drivers/softpipe/sp_screen.c

index 32408f35cc8cb4b385da2f4211b91bc5cfb1bf84..f5ff68c0acc39731f63351657afdbc2b1cf780e2 100644 (file)
@@ -45,7 +45,7 @@
 #include "sp_fence.h"
 #include "sp_public.h"
 
-DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE)
 
 static const char *
 softpipe_get_vendor(struct pipe_screen *screen)