From 41160c8be3d581f9be03bf3f679e3e7649d6290d Mon Sep 17 00:00:00 2001 From: Anuj Verma Date: Sat, 15 Aug 2020 09:43:56 +0530 Subject: [PATCH] [sdf] Remove a unicode character. --- src/sdf/ftsdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdf/ftsdf.c b/src/sdf/ftsdf.c index 13242e7ab..8e5fd348d 100644 --- a/src/sdf/ftsdf.c +++ b/src/sdf/ftsdf.c @@ -21,7 +21,7 @@ * * The basic idea of generating the SDF is taken from Viktor Chlumsky's * research paper. Citation: * Chlumsky, Viktor. Shape Decomposition for Multi-channel Distance - * Fields. Master’s thesis. Czech Technical University in Prague, + * Fields. Master's thesis. Czech Technical University in Prague, * Faculty of InformationTechnology, 2015. * For more information: https://github.com/Chlumsky/msdfgen *