[cairo-commit] cairo/src cairo-pattern.c,1.55,1.56
Carl Worth
commit at pdx.freedesktop.org
Thu Aug 18 22:31:06 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv17101/src
Modified Files:
cairo-pattern.c
Log Message:
2005-08-18 Carl Worth <cworth at cworth.org>
* src/cairo-pattern.c: Fix documentation comment to use & in
place of &.
Index: cairo-pattern.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-pattern.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- cairo-pattern.c 13 Aug 2005 11:22:46 -0000 1.55
+++ cairo-pattern.c 19 Aug 2005 05:31:04 -0000 1.56
@@ -703,8 +703,8 @@
* it does by default the correct code to use is:
*
* <informalexample><programlisting>
- * cairo_matrix_init_scale (&matrix, 0.5, 0.5);
- * cairo_pattern_set_matrix (pattern, &matrix);
+ * cairo_matrix_init_scale (&matrix, 0.5, 0.5);
+ * cairo_pattern_set_matrix (pattern, &matrix);
* </programlisting></informalexample>
*
* Meanwhile, using values of 2.0 rather than 0.5 in the code above
More information about the cairo-commit
mailing list