From 937465b15e25cbc37c09861bc33a572440df0cbe Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 17 Feb 2011 18:09:22 +0100 Subject: [PATCH] tests: Fix gcc complaint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit warning: ‘static’ is not at beginning of declaration --- test/radial-gradient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/radial-gradient.c b/test/radial-gradient.c index 3ad4bb9da..25ced708c 100644 --- a/test/radial-gradient.c +++ b/test/radial-gradient.c @@ -78,7 +78,7 @@ typedef void (*add_stops_t)(cairo_pattern_t *pattern); * */ -const static double radiuses[NUM_GRADIENTS] = { +static const double radiuses[NUM_GRADIENTS] = { 0.25, 0.50, 0.50,