[cairo-commit] cairo/test cairo-test.c,1.37,1.38
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 15 10:58:54 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv20885/test
Modified Files:
cairo-test.c
Log Message:
(cairo_test_for_target): And add missing parenthesis.
Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- cairo-test.c 15 Jun 2005 17:56:31 -0000 1.37
+++ cairo-test.c 15 Jun 2005 17:58:52 -0000 1.38
@@ -441,7 +441,7 @@
if (cairo_status (cr) != CAIRO_STATUS_SUCCESS) {
cairo_test_log ("Error: Function under test left cairo status in an error state: %s\n",
- cairo_status_to_string (cairo_status (cr));
+ cairo_status_to_string (cairo_status (cr)));
return CAIRO_TEST_FAILURE;
}
More information about the cairo-commit
mailing list