diff options
author | Brian Paul <[email protected]> | 2010-08-06 15:09:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-08-06 15:09:51 -0600 |
commit | 6b97fe52c92a3f904cba733acedd13ac42fe5dc6 (patch) | |
tree | 55a75ff83550d1a39d72ec6a067a6161eb56f00a /src/mesa/state_tracker/st_context.c | |
parent | 14e9fbee1cef281c6849a5f2a6d2cc66bfd4b3fd (diff) |
st/mesa: remove stray semicolons
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 3eb47086887..2ce5f087536 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) /** |