Mesa (8.0): sofpipe: remove extraneous semicolon

Brian Paul brianp at kemper.freedesktop.org
Fri Jan 13 17:27:12 UTC 2012


Module: Mesa
Branch: 8.0
Commit: af33e16eab657f0b353c201b10992632d6556275
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af33e16eab657f0b353c201b10992632d6556275

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 12 08:30:52 2012 -0700

sofpipe: remove extraneous semicolon
(cherry picked from commit 0c57323de8bcfb5932e14a88ef9554059fc3be72)

---

 src/gallium/drivers/softpipe/sp_screen.c |    2 +-
 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 32408f3..f5ff68c 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)




More information about the mesa-commit mailing list