summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-17 12:42:41 -0600
committerBrian Paul <brianp@vmware.com>2010-05-17 12:43:50 -0600
commit92f88c746cc270e575aa13ce74debf5b21365fa1 (patch)
treeb82bb073c718aa169ce097ae77aa3e936720c1ab /src/gallium/drivers/rbug
parentf0fb3aa5d42f76babbe6571480d4fe1a8e8cb8ae (diff)
rbug: remove extra semicolon
Diffstat (limited to 'src/gallium/drivers/rbug')
-rw-r--r--src/gallium/drivers/rbug/rbug_screen.c2
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 7d7b9247c3..2b60af2302 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)