From d0ad2e0bdb23789c261fe4d8636fb559f04c5f32 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 8 May 2009 16:12:08 +0000 Subject: More tidying svn path=/trunk/tools/ttf2f/; revision=7446 --- src/glyph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glyph.h') diff --git a/src/glyph.h b/src/glyph.h index fe91bc8..6a18b2d 100644 --- a/src/glyph.h +++ b/src/glyph.h @@ -24,7 +24,7 @@ struct composite { struct glyph { unsigned int code; /* glyph code */ - char *name; /* glyph name */ + const char *name; /* glyph name */ int xMin:12, yMin:12; int xMax:12, yMax:12; /* glyph control box */ int lsb; /* left side bearing of glyph, -- cgit v1.2.3