From 1ba3da86e1be7907d95ffc2cbfab0086a9666c9e Mon Sep 17 00:00:00 2001 From: Anuj Verma Date: Thu, 9 Jul 2020 07:17:40 +0530 Subject: [PATCH] * src/sdf/ftsdf.c (split_sdf_shape): Typo. --- [GSoC]ChangeLog | 4 ++++ src/sdf/ftsdf.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/[GSoC]ChangeLog b/[GSoC]ChangeLog index baa899567..82c20ac78 100644 --- a/[GSoC]ChangeLog +++ b/[GSoC]ChangeLog @@ -1,3 +1,7 @@ +2020-07-09 Anuj Verma + + * src/sdf/ftsdf.c (split_sdf_shape): Typo. + 2020-07-08 Anuj Verma * src/sdf/ftsdf.c (split_sdf_shape): Memory leak. diff --git a/src/sdf/ftsdf.c b/src/sdf/ftsdf.c index e8b82bfb8..2890a0211 100644 --- a/src/sdf/ftsdf.c +++ b/src/sdf/ftsdf.c @@ -746,10 +746,10 @@ return error; } - /* This function subdivide and entire shape */ - /* into line segment such that the it does */ - /* look visually different than the original */ - /* curve. */ + /* This function subdivide and entire shape */ + /* into line segment such that the it doesn't */ + /* look visually different than the original */ + /* curve. */ static FT_Error split_sdf_shape( SDF_Shape* shape ) {