[cairo-commit] libsvg/src svg_gradient.c,1.3,1.4
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 12 11:23:30 PDT 2004
Committed by: cworth
Update of /cvs/cairo/libsvg/src
In directory pdx:/tmp/cvs-serv31863/src
Modified Files:
svg_gradient.c
Log Message:
* src/svg_gradient.c (_svg_gradient_set_type): Add mising return
value.
Index: svg_gradient.c
===================================================================
RCS file: /cvs/cairo/libsvg/src/svg_gradient.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** svg_gradient.c 7 Jun 2004 16:00:17 -0000 1.3
--- svg_gradient.c 12 Jul 2004 18:23:27 -0000 1.4
***************
*** 95,98 ****
--- 95,100 ----
_svg_length_init_unit (&gradient->u.radial.r, 50, SVG_LENGTH_UNIT_PCT, SVG_LENGTH_ORIENTATION_HORIZONTAL);
}
+
+ return SVG_STATUS_SUCCESS;
}
More information about the cairo-commit
mailing list