Browse Source

fix warning

tags/mesa-6_5-20060712
Brian Paul 19 years ago
parent
commit
c93c18abf1
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/mesa/drivers/x11/xm_tri.c

+ 1
- 2
src/mesa/drivers/x11/xm_tri.c View File

@@ -1617,10 +1617,9 @@ get_triangle_func(GLcontext *ctx)
}
}
}
#endif /* CHAN_BITS == 8 */

#else
return (swrast_tri_func) NULL;
#endif /* CHAN_BITS == 8 */
}



Loading…
Cancel
Save