Mesa (master): st/mesa: remove stray semicolons

Brian Paul brianp at kemper.freedesktop.org
Fri Aug 6 21:10:02 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Aug  6 15:09:51 2010 -0600

st/mesa: remove stray semicolons

---

 src/mesa/state_tracker/st_context.c |    2 +-
 src/mesa/state_tracker/st_debug.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index 3eb4708..2ce5f08 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -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)
 
 
 /**
diff --git a/src/mesa/state_tracker/st_debug.c b/src/mesa/state_tracker/st_debug.c
index 1260fe0..df32491 100644
--- a/src/mesa/state_tracker/st_debug.c
+++ b/src/mesa/state_tracker/st_debug.c
@@ -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
 
 




More information about the mesa-commit mailing list