fix compile for previous commit
authorZou Nan hai <nanhai.zou@intel.com>
Tue, 19 Feb 2008 06:53:58 +0000 (14:53 +0800)
committerZou Nan hai <nanhai.zou@intel.com>
Tue, 19 Feb 2008 06:53:58 +0000 (14:53 +0800)
src/mesa/drivers/dri/i965/brw_wm_pass2.c

index 766edc8..6fca9ad 100644 (file)
@@ -90,7 +90,7 @@ static void init_registers( struct brw_wm_compile *c )
            in shader varying */
         GLuint index;
         if (j > FRAG_ATTRIB_VAR0)
-            index = j - (VERT_RESULT_VAR0 - FRAG_ATTRIB_VAR0) 
+            index = j - (VERT_RESULT_VAR0 - FRAG_ATTRIB_VAR0);
         else
             index = j;
         nr_interp_regs++;