diff options
Diffstat (limited to 'CODING_STYLE')
-rw-r--r-- | CODING_STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE index 268d8bca..ab6e067a 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -131,7 +131,7 @@ function or block and can even be used to good effect within a structure definition: struct _cairo_gstate { - cairo_operator_t operator; + cairo_operator_t op; double tolerance; |