diff options
| author | Po Lu | 2023-12-18 20:58:53 +0800 |
|---|---|---|
| committer | Po Lu | 2023-12-18 20:58:53 +0800 |
| commit | 1abba7bfa4518923109ae95055ca268909f0ae98 (patch) | |
| tree | 999b2859ce57d70293dd8f2f5d6aeb25dcb83625 /src | |
| parent | a54bec26c44b44bd10936bbeb93b1018c7270a23 (diff) | |
| download | emacs-1abba7bfa4518923109ae95055ca268909f0ae98.tar.gz emacs-1abba7bfa4518923109ae95055ca268909f0ae98.zip | |
; * src/sfnt.c: Fix typo.
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) |