summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 14:06:13 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 14:06:13 +0000
commit39e5c04da73139a7b71292e95fc45ea729bcd63e (patch)
treec52076ac8f906da40baa315f397e15060e8044b1 /amiga/theme.c
parentcd21f4035f881424d7fa150dd04693de313be841 (diff)
downloadnetsurf-39e5c04da73139a7b71292e95fc45ea729bcd63e.tar.gz
netsurf-39e5c04da73139a7b71292e95fc45ea729bcd63e.tar.bz2
Fix warnings
svn path=/trunk/netsurf/; revision=12616
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index 90973a863..9ea4e56bd 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -284,7 +284,7 @@ void ami_init_mouse_pointers(void)
if(option_truecolour_mouse_pointers)
{
- ami_get_theme_filename(&ptrfname,ptrs32[i], false);
+ ami_get_theme_filename((char *)&ptrfname,ptrs32[i], false);
if(dobj = GetIconTags(ptrfname,ICONGETA_UseFriendBitMap,TRUE,TAG_DONE))
{
if(IconControl(dobj, ICONCTRLA_GetImageDataFormat, &format, TAG_DONE))