summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:29:05 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:29:05 +0000
commit9e35636b5ea00cc7ce12d080b1f4918891b2c144 (patch)
tree285134424393cef3138103a57013b5bdaaedb3d6 /riscos/theme.c
parent57fa6e30c61a192a9a6bcd2fe50218f6c6fd00dc (diff)
downloadnetsurf-9e35636b5ea00cc7ce12d080b1f4918891b2c144.tar.gz
netsurf-9e35636b5ea00cc7ce12d080b1f4918891b2c144.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=6914
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
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);