gallium: remove stray semicolons
authorBrian Paul <brianp@vmware.com>
Fri, 6 Aug 2010 21:09:41 +0000 (15:09 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Aug 2010 21:09:41 +0000 (15:09 -0600)
src/gallium/auxiliary/gallivm/lp_bld_init.c
src/gallium/auxiliary/tgsi/tgsi_sanity.c
src/gallium/auxiliary/util/u_cpu_detect.c
src/gallium/drivers/llvmpipe/lp_context.c

index ef0888079c78d17765dba1989ca97b82fc84b783..60d8bcfa55e82dd032bc3c5571fc25567a5daa40 100644 (file)
@@ -46,7 +46,7 @@ static const struct debug_named_value lp_bld_debug_flags[] = {
    DEBUG_NAMED_VALUE_END
 };
 
-DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0);
+DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
 #endif
 
 
index 9e02040f6c4611e43f858059a077ceaf8d3d57e0..287ee006cfcbbc0029cea036c925e7b2bb0bab13 100644 (file)
@@ -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 {
index 6f38d22285432dc2942ed98f219ac531e7f98d94..b1a8c75b99ddc0cef67e00ff06162efd87ebbae4 100644 (file)
@@ -73,7 +73,7 @@
 #endif
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", TRUE);
+DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", TRUE)
 
 
 struct util_cpu_caps util_cpu_caps;
index 28793682edfba6693f9c80404fcd1ad54e593765..7543bd7b2b0d27489496e871bd7e0f5361ab0fac 100644 (file)
@@ -47,7 +47,7 @@
 #include "lp_setup.h"
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(lp_no_rast, "LP_NO_RAST", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(lp_no_rast, "LP_NO_RAST", FALSE)
 
 
 static void llvmpipe_destroy( struct pipe_context *pipe )