summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx/src/tt_glyf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvipdfmx/src/tt_glyf.c')
-rw-r--r--Build/source/texk/xdvipdfmx/src/tt_glyf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/xdvipdfmx/src/tt_glyf.c b/Build/source/texk/xdvipdfmx/src/tt_glyf.c
index 9e278dc4620..ba081bc69b0 100644
--- a/Build/source/texk/xdvipdfmx/src/tt_glyf.c
+++ b/Build/source/texk/xdvipdfmx/src/tt_glyf.c
@@ -167,10 +167,10 @@ static int CDECL
glyf_cmp (const void *v1, const void *v2)
{
int cmp = 0;
- struct tt_glyph_desc *sv1, *sv2;
+ const struct tt_glyph_desc *sv1, *sv2;
- sv1 = (struct tt_glyph_desc *) v1;
- sv2 = (struct tt_glyph_desc *) v2;
+ sv1 = (const struct tt_glyph_desc *) v1;
+ sv2 = (const struct tt_glyph_desc *) v2;
if (sv1->gid == sv2->gid)
cmp = 0;