From 210d6ad784d55362d24a22cd7e07725a794d46cd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 5 Aug 2021 17:30:53 +0200 Subject: minor fixes and cleanups, and update to use new version of libgrapheme and add text length parameter instead of using NUL-termination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libskrift_apply_glyph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libskrift_apply_glyph.c') diff --git a/libskrift_apply_glyph.c b/libskrift_apply_glyph.c index 85e4bd2..3fc3fc5 100644 --- a/libskrift_apply_glyph.c +++ b/libskrift_apply_glyph.c @@ -95,7 +95,7 @@ libskrift_apply_glyph(LIBSKRIFT_CONTEXT *ctx, const struct libskrift_glyph *glyp startc = (uint16_t)((int16_t)x1 - sx1); startr = (uint16_t)((int16_t)y1 - sy1); - /* Post-last pixel in glyph to draw*/ + /* Post-last pixel in glyph to draw */ endc = (uint16_t)((int16_t)x2 - sx1); endr = (uint16_t)((int16_t)y2 - sy1); -- cgit v1.2.3-70-g09d2