Module: Mesa
Branch: master
Commit: 92f88c746cc270e575aa13ce74debf5b21365fa1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=92f88c746cc270e575aa13ce74debf5b21365fa1

Author: Brian Paul <[email protected]>
Date:   Mon May 17 12:42:41 2010 -0600

rbug: remove extra semicolon

---

 src/gallium/drivers/rbug/rbug_screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/rbug/rbug_screen.c 
b/src/gallium/drivers/rbug/rbug_screen.c
index 7d7b924..2b60af2 100644
--- a/src/gallium/drivers/rbug/rbug_screen.c
+++ b/src/gallium/drivers/rbug/rbug_screen.c
@@ -37,7 +37,7 @@
 #include "rbug_context.h"
 #include "rbug_objects.h"
 
-DEBUG_GET_ONCE_BOOL_OPTION(rbug, "GALLIUM_RBUG", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(rbug, "GALLIUM_RBUG", FALSE)
 
 static void
 rbug_screen_destroy(struct pipe_screen *_screen)

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to