summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vhook/imlib2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/imlib2.c b/vhook/imlib2.c
index fad61ddf1b..cf55031b6e 100644
--- a/vhook/imlib2.c
+++ b/vhook/imlib2.c
@@ -146,7 +146,7 @@ int Configure(void **ctxp, int argc, char *argv[])
int c;
ContextInfo *ci;
char *rgbtxt = 0;
- char *font = "LucidaSansDemiBold/16";
+ const char *font = "LucidaSansDemiBold/16";
char *fp = getenv("FONTPATH");
char *color = 0;
FILE *f;