[cairo-commit] cairo/src cairo-pdf-surface.c,1.62,1.63
Carl Worth
commit at pdx.freedesktop.org
Wed Oct 12 13:33:40 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv10501/src
Modified Files:
cairo-pdf-surface.c
Log Message:
2005-10-12 Carl Worth <cworth at cworth.org>
* src/cairo-pdf-surface.c (emit_pattern): Add return value at
ASSERT_NOT_REACHED.
Index: cairo-pdf-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-pdf-surface.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- cairo-pdf-surface.c 11 Oct 2005 20:20:44 -0000 1.62
+++ cairo-pdf-surface.c 12 Oct 2005 20:33:38 -0000 1.63
@@ -1152,6 +1152,7 @@
}
ASSERT_NOT_REACHED;
+ return CAIRO_STATUS_PATTERN_TYPE_MISMATCH;
}
static double
More information about the cairo-commit
mailing list