Fix header comment.
This commit is contained in:
parent
cb544d3ac1
commit
b4e18f1d6a
|
@ -32,8 +32,8 @@
|
||||||
/* cc -c -D_STANDALONE_ ftgrays.c */
|
/* cc -c -D_STANDALONE_ ftgrays.c */
|
||||||
/* */
|
/* */
|
||||||
/* The renderer can be initialized with a call to */
|
/* The renderer can be initialized with a call to */
|
||||||
/* `ft_gray_raster.gray_raster_new'; an anti-aliased bitmap can be */
|
/* `ft_gray_raster.raster_new'; an anti-aliased bitmap can be generated */
|
||||||
/* generated with a call to `ft_gray_raster.gray_raster_render'. */
|
/* with a call to `ft_gray_raster.raster_render'. */
|
||||||
/* */
|
/* */
|
||||||
/* See the comments and documentation in the file `ftimage.h' for more */
|
/* See the comments and documentation in the file `ftimage.h' for more */
|
||||||
/* details on how the raster works. */
|
/* details on how the raster works. */
|
||||||
|
|
Loading…
Reference in New Issue