dri/r200: properly spell current_atom.
authorStéphane Marchesin <marcheu@chromium.org>
Fri, 24 Jun 2011 04:00:26 +0000 (21:00 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Fri, 24 Jun 2011 04:00:26 +0000 (21:00 -0700)
src/mesa/drivers/dri/r200/r200_cmdbuf.c

index db5cc160f66eb064e36faebca2e264e1c2bd5131..a512c9d112a6d46cce613d0fb66daab463a512b3 100644 (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)