st/mesa: remove stray semicolons
authorBrian Paul <brianp@vmware.com>
Fri, 6 Aug 2010 21:09:51 +0000 (15:09 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Aug 2010 21:09:51 +0000 (15:09 -0600)
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_debug.c

index 3eb4708..2ce5f08 100644 (file)
@@ -63,7 +63,7 @@
 #include "cso_cache/cso_context.h"
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(mesa_mvp_dp4, "MESA_MVP_DP4", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(mesa_mvp_dp4, "MESA_MVP_DP4", FALSE)
 
 
 /**
index 1260fe0..df32491 100644 (file)
@@ -56,7 +56,7 @@ static const struct debug_named_value st_debug_flags[] = {
    DEBUG_NAMED_VALUE_END
 };
 
-DEBUG_GET_ONCE_FLAGS_OPTION(st_debug, "ST_DEBUG", st_debug_flags, 0);
+DEBUG_GET_ONCE_FLAGS_OPTION(st_debug, "ST_DEBUG", st_debug_flags, 0)
 #endif