[cairo-commit] src/cairo-matrix.c
Andrea Canciani
ranma42 at kemper.freedesktop.org
Sun Jan 2 10:34:45 PST 2011
src/cairo-matrix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c72c7aa6d69ed4a08bde62f12b34907c7cce8bce
Author: Andrea Canciani <ranma42 at gmail.com>
Date: Sun Jan 2 19:32:26 2011 +0100
matrix: Fix warnings about documentation by 'make check'
'make check' complains about the syntax of the documentation: the
space between the function name and the parenthesis is not allowed.
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c
index 124fbe5..1a4fe81 100644
--- a/src/cairo-matrix.c
+++ b/src/cairo-matrix.c
@@ -1022,7 +1022,7 @@ _pixman_nearest_sample (double d)
* accept) and an identity matrix.
*
* Passing a non-zero value in x_offset/y_offset has the same effect
- * as applying cairo_matrix_translate (matrix, x_offset, y_offset) and
+ * as applying cairo_matrix_translate(matrix, x_offset, y_offset) and
* setting x_offset and y_offset to 0.
*
* Upon return x_offset and y_offset contain the translation vector if
@@ -1075,7 +1075,7 @@ _cairo_matrix_is_pixman_translation (const cairo_matrix_t *matrix,
* y_offset) as a %pixman_transform_t and an translation.
*
* Passing a non-zero value in x_offset/y_offset has the same effect
- * as applying cairo_matrix_translate (matrix, x_offset, y_offset) and
+ * as applying cairo_matrix_translate(matrix, x_offset, y_offset) and
* setting x_offset and y_offset to 0.
*
* If it is possible to represent the matrix with an identity
More information about the cairo-commit
mailing list