From fea5c2640b564daf47608215b2156e5b18f7d262 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Mon, 8 Dec 2014 19:07:10 +0100 Subject: [PATCH] draw: (trivial): remove double semicolon --- src/gallium/auxiliary/draw/draw_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index 90531d38416..7bd2d393bf6 100644 --- a/src/gallium/auxiliary/draw/draw_context.c +++ b/src/gallium/auxiliary/draw/draw_context.c @@ -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; } /** -- 2.30.2