From 3691a777cb064ec5d66b8007b393275b293e7197 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 8 Jan 2015 09:09:01 +0100 Subject: [PATCH] Minor. --- lib/taglyf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/taglyf.c b/lib/taglyf.c index 3c84292..3df7f95 100644 --- a/lib/taglyf.c +++ b/lib/taglyf.c @@ -1141,7 +1141,7 @@ TA_create_glyph_data(FT_Outline* outline, memcpy(p, header, 10); p += 10; - glyph->ins_extra_len = 0; /* does nothing yet */ + glyph->ins_extra_len = 0; glyph->ins_len = 0; glyph->ins_buf = NULL; -- 2.11.4.GIT