tests: Fix gcc complaint

warning: ‘static’ is not at beginning of declaration
This commit is contained in:
Benjamin Otte 2011-02-17 18:09:22 +01:00
parent 4d4056872d
commit 937465b15e

View file

@ -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,