diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sfnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt.c b/src/sfnt.c index 4d8d3d4b72f..f67857c1893 100644 --- a/src/sfnt.c +++ b/src/sfnt.c | |||
| @@ -4983,7 +4983,7 @@ sfnt_fedge_sort (struct sfnt_fedge *edges, size_t size) | |||
| 4983 | guarantee that no steps generated extend past WIDTH, steps starting | 4983 | guarantee that no steps generated extend past WIDTH, steps starting |
| 4984 | after width might be omitted, and as such it must be accurate. */ | 4984 | after width might be omitted, and as such it must be accurate. */ |
| 4985 | 4985 | ||
| 4986 | TEST_STATIC void | 4986 | static void |
| 4987 | sfnt_poly_edges_exact (struct sfnt_fedge *edges, size_t nedges, | 4987 | sfnt_poly_edges_exact (struct sfnt_fedge *edges, size_t nedges, |
| 4988 | size_t height, size_t width, | 4988 | size_t height, size_t width, |
| 4989 | sfnt_step_raster_proc proc, void *dcontext) | 4989 | sfnt_step_raster_proc proc, void *dcontext) |