From 9e35636b5ea00cc7ce12d080b1f4918891b2c144 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 27 Mar 2009 01:29:05 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=6914 --- riscos/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/theme.c b/riscos/theme.c index a5c1875cb..f61a2f33e 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -302,7 +302,7 @@ bool ro_gui_theme_add_descriptor(const char *folder, const char *leafname) return false; } error = xosgbpb_read_atw(file_handle, - (char *)&file_header, + (byte *) &file_header, sizeof (struct theme_file_header), 0, &output_left); xosfind_closew(file_handle); -- cgit v1.2.3