summaryrefslogtreecommitdiff
path: root/fstobdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fstobdf.c')
-rw-r--r--fstobdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstobdf.c b/fstobdf.c
index 881cefa..3743a57 100644
--- a/fstobdf.c
+++ b/fstobdf.c
@@ -102,7 +102,7 @@ main(int argc, char *argv[])
fontServer = FSOpenServer(serverName);
if (!fontServer) {
- char *sn = FSServerName(serverName);
+ const char *sn = FSServerName(serverName);
if (sn)
fprintf(stderr, "%s: can't open font server \"%s\"\n",
argv[0], sn);