OSDN Git Service

draw: (trivial): remove double semicolon
authorRoland Scheidegger <sroland@vmware.com>
Mon, 8 Dec 2014 18:07:10 +0000 (19:07 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 8 Dec 2014 23:10:41 +0000 (00:10 +0100)
src/gallium/auxiliary/draw/draw_context.c

index 90531d3..7bd2d39 100644 (file)
@@ -661,7 +661,7 @@ draw_total_vs_outputs(const struct draw_context *draw)
 {
    const struct tgsi_shader_info *info = &draw->vs.vertex_shader->info;
 
-   return info->num_outputs + draw->extra_shader_outputs.num;;
+   return info->num_outputs + draw->extra_shader_outputs.num;
 }
 
 /**