From 39e5c04da73139a7b71292e95fc45ea729bcd63e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 23 Jul 2011 14:06:13 +0000 Subject: Fix warnings svn path=/trunk/netsurf/; revision=12616 --- amiga/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/theme.c') 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)) -- cgit v1.2.3