]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sfnt.c: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Dec 2023 12:58:53 +0000 (20:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Dec 2023 12:58:53 +0000 (20:58 +0800)
src/sfnt.c

index 4d8d3d4b72f0a9d0d55b9938a090ea58c2c406c4..f67857c1893077c4052fd37b688f7537ce5b549a 100644 (file)
@@ -4983,7 +4983,7 @@ sfnt_fedge_sort (struct sfnt_fedge *edges, size_t size)
    guarantee that no steps generated extend past WIDTH, steps starting
    after width might be omitted, and as such it must be accurate.  */
 
-TEST_STATIC void
+static void
 sfnt_poly_edges_exact (struct sfnt_fedge *edges, size_t nedges,
                       size_t height, size_t width,
                       sfnt_step_raster_proc proc, void *dcontext)