summaryrefslogtreecommitdiff
path: root/xfontsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'xfontsel.c')
-rw-r--r--xfontsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfontsel.c b/xfontsel.c
index 47ece7b..cf334e4 100644
--- a/xfontsel.c
+++ b/xfontsel.c
@@ -546,7 +546,7 @@ void ParseFontNames(XtPointer closure)
}
for (f = 0, p = *fontNames++; f < FIELD_COUNT; f++) {
- char *fieldP;
+ const char *fieldP;
if (*p) ++p;
if (*p == DELIM || *p == '\0') {