diff options
Diffstat (limited to 'libskrift_apply_glyph.c')
-rw-r--r-- | libskrift_apply_glyph.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |