meta: (trivial) remove accidental double semicolon
authorRoland Scheidegger <sroland@vmware.com>
Wed, 1 Oct 2014 21:14:46 +0000 (23:14 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Wed, 1 Oct 2014 21:14:46 +0000 (23:14 +0200)
src/mesa/drivers/common/meta_blit.c

index d78300b802a8471a42c0147e69ebf78e1ae910da..4d32c0e96f8fd68c769a422a1561945e73f25a51 100644 (file)
@@ -69,7 +69,7 @@ setup_glsl_msaa_blit_scaled_shader(struct gl_context *ctx,
    const uint8_t *sample_map;
    char *sample_map_str = rzalloc_size(mem_ctx, 1);
    char *sample_map_expr = rzalloc_size(mem_ctx, 1);
-   char *texel_fetch_macro = rzalloc_size(mem_ctx, 1);;
+   char *texel_fetch_macro = rzalloc_size(mem_ctx, 1);
    const char *vs_source;
    const char *sampler_array_suffix = "";
    const char *texcoord_type = "vec2";