Mesa (master): dri/r200: properly spell current_atom.

Stephane Marchesin marcheu at kemper.freedesktop.org
Fri Jun 24 04:00:44 UTC 2011


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

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Thu Jun 23 21:00:26 2011 -0700

dri/r200: properly spell current_atom.

---

 src/mesa/drivers/dri/r200/r200_cmdbuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/r200/r200_cmdbuf.c b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
index db5cc16..a512c9d 100644
--- a/src/mesa/drivers/dri/r200/r200_cmdbuf.c
+++ b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
@@ -48,7 +48,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define insert_at_tail_if(atom_list, atom) \
    do { \
       struct radeon_state_atom* current_atom = (atom); \
-      if (current__atom->check) \
+      if (current_atom->check) \
 	 insert_at_tail((atom_list), current_atom); \
    } while(0)
 




More information about the mesa-commit mailing list