From: Roland Scheidegger Date: Mon, 8 Dec 2014 18:07:10 +0000 (+0100) Subject: draw: (trivial): remove double semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fea5c2640b564daf47608215b2156e5b18f7d262;p=mesa.git draw: (trivial): remove double semicolon --- 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; } /**