summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-08-06 15:09:41 -0600
committerBrian Paul <brianp@vmware.com>2010-08-06 15:09:41 -0600
commit14e9fbee1cef281c6849a5f2a6d2cc66bfd4b3fd (patch)
treee8cc706b22f7a068641e871dd7b2972616036d1d /src/gallium/auxiliary/tgsi
parentc3ad060488ffd98f1c6dc9127b46324c5201f434 (diff)
gallium: remove stray semicolons
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_sanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_sanity.c b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
index 9e02040f6c..287ee006cf 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sanity.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
@@ -34,7 +34,7 @@
#include "tgsi_iterate.h"
-DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE);
+DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE)
typedef struct {