Mesa (master): draw: (trivial): remove double semicolon

Roland Scheidegger sroland at kemper.freedesktop.org
Mon Dec 8 23:11:08 UTC 2014


Module: Mesa
Branch: master
Commit: fea5c2640b564daf47608215b2156e5b18f7d262
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fea5c2640b564daf47608215b2156e5b18f7d262

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Mon Dec  8 19:07:10 2014 +0100

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 90531d3..7bd2d39 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;
 }
 
 /**




More information about the mesa-commit mailing list