diff options
Diffstat (limited to 'test/operator-source.c')
-rw-r--r-- | test/operator-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/operator-source.c b/test/operator-source.c index 4bea7935..662df5b5 100644 --- a/test/operator-source.c +++ b/test/operator-source.c @@ -197,7 +197,7 @@ cairo_test_t test = { static cairo_test_status_t draw (cairo_t *cr, int width, int height) { - int i, j, x, y; + size_t i, j, x, y; cairo_pattern_t *pattern; cairo_select_font_face (cr, "Bitstream Vera Sans", |