diff options
Diffstat (limited to 'src/gallium/tests/graw/shader-leak.c')
-rw-r--r-- | src/gallium/tests/graw/shader-leak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/shader-leak.c b/src/gallium/tests/graw/shader-leak.c index 098faec5896..57cd2dc2b12 100644 --- a/src/gallium/tests/graw/shader-leak.c +++ b/src/gallium/tests/graw/shader-leak.c @@ -137,7 +137,7 @@ set_fragment_shader( void ) static void draw( void ) { - union pipe_color_union clear_color = { .f = {0,0,0,1} }; + union pipe_color_union clear_color = { {0,0,0,1} }; int i; printf("Creating %d shaders\n", num_iters); |