draw: minor indentation fix

This commit is contained in:
Brian Paul 2016-01-05 13:03:05 -07:00
parent dce1e1a8eb
commit f4caa7d2fc
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ draw_vbo(struct draw_context *draw,
#endif
{
if (index_limit == 0) {
/* one of the buffers is too small to do any valid drawing */
/* one of the buffers is too small to do any valid drawing */
debug_warning("draw: VBO too small to draw anything\n");
util_fpstate_set(fpstate);
return;