diff options
Diffstat (limited to 'src/cairo.h')
-rw-r--r-- | src/cairo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo.h b/src/cairo.h index 37fdf0c4..5a4d6b1d 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -2824,7 +2824,7 @@ cairo_pattern_get_extend (cairo_pattern_t *pattern); * applied when reading pixel values from patterns. See * cairo_pattern_set_filter() for indicating the desired filter to be * used with a particular pattern. - */ + **/ typedef enum _cairo_filter { CAIRO_FILTER_FAST, CAIRO_FILTER_GOOD, |