dri/r200: properly spell current_atom.

This commit is contained in:
Stéphane Marchesin
2011-06-23 21:00:26 -07:00
parent 5f691ba36f
commit d3d3fea720
+1 -1
View File
@@ -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)