aboutsummaryrefslogtreecommitdiff
path: root/src/headerview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/headerview.c')
-rw-r--r--src/headerview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headerview.c b/src/headerview.c
index 5ec6d64d..deb17861 100644
--- a/src/headerview.c
+++ b/src/headerview.c
@@ -308,7 +308,7 @@ static gint create_xpm_from_xface(gchar *xpm[], const gchar *xface)
const guchar *p;
gchar buf[WIDTH * 4 + 1]; /* 4 = strlen("0x0000") */
- p = xface;
+ p = (const guchar *)xface;
strcpy(xpm[line++], xface_header);
strcpy(xpm[line++], xface_black);