summaryrefslogtreecommitdiff
path: root/test/radial-gradient.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-02-17 18:09:22 +0100
committerBenjamin Otte <otte@redhat.com>2011-02-17 18:09:22 +0100
commit937465b15e25cbc37c09861bc33a572440df0cbe (patch)
tree349c4a455ffec2e5ee465c1b88bc4bfc8f9b7969 /test/radial-gradient.c
parent4d4056872db94573183473610ad1d81d5439fdc6 (diff)
downloadcairo-937465b15e25cbc37c09861bc33a572440df0cbe.tar.gz
tests: Fix gcc complaint
warning: ‘static’ is not at beginning of declaration
Diffstat (limited to 'test/radial-gradient.c')
-rw-r--r--test/radial-gradient.c2
1 files changed, 1 insertions, 1 deletions
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,