gallium: Remove every double semi-colon
[mesa.git] / src / gallium / drivers / nouveau / nv30 / nv30_vbo.c
index dec3a0bb8565876385d2c457f3f2efaa8c2043b0..bc9b9a16ea88f9a9d414fcebc0e0a9bd6095430f 100644 (file)
@@ -445,7 +445,7 @@ nv30_draw_elements_inline_u32_short(struct nouveau_pushbuf *push,
 
    count >>= 1;
    while (count) {
-      unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);;
+      unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
       count -= npush;
 
       BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16), npush);