aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorStéphane Marchesin <[email protected]>2011-06-23 21:00:26 -0700
committerStéphane Marchesin <[email protected]>2011-06-23 21:00:26 -0700
commitd3d3fea7200947893eafa1da21db3b78c15356d9 (patch)
tree3d7351441187c64f7ae6a0e419e2e53d62944fc5 /src/mesa/drivers/dri
parent5f691ba36fc52da3f0565c238c1f892422f7d439 (diff)
dri/r200: properly spell current_atom.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/r200/r200_cmdbuf.c2
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 db5cc160f66..a512c9d112a 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)