aboutsummaryrefslogtreecommitdiff
path: root/libXft/src/xftglyphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libXft/src/xftglyphs.c')
-rw-r--r--libXft/src/xftglyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libXft/src/xftglyphs.c b/libXft/src/xftglyphs.c
index 8e0d247a0..e0cfdea8a 100644
--- a/libXft/src/xftglyphs.c
+++ b/libXft/src/xftglyphs.c
@@ -428,7 +428,7 @@ XftFontLoadGlyphs (Display *dpy,
{
if (font->info.antialias)
{
- static char den[] = { " .:;=+*#" };
+ static const char den[] = { " .:;=+*#" };
for (x = 0; x < pitch; x++)
printf ("%c", den[line[x] >> 5]);
}