summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-01-12 08:30:52 -0700
committerBrian Paul <brianp@vmware.com>2012-01-12 08:30:52 -0700
commit0c57323de8bcfb5932e14a88ef9554059fc3be72 (patch)
tree6158ec6f56e92c5cca22551d79d45b5b8da85843
parent9f2963b631cb2a2899fcb0eb384895fd33f9821d (diff)
sofpipe: remove extraneous semicolon
-rw-r--r--src/gallium/drivers/softpipe/sp_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index 32408f35cc..f5ff68c0ac 100644
--- a/src/gallium/drivers/softpipe/sp_screen.c
+++ b/src/gallium/drivers/softpipe/sp_screen.c
@@ -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)