From f4757102b6604428b8137d049b8783de199fb015 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 18 Apr 2009 16:56:22 +0000 Subject: Fix warnings svn path=/trunk/netsurf/; revision=7132 --- amiga/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/font.h b/amiga/font.h index 06bf85a13..151d10d91 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -29,7 +29,7 @@ struct TextFont *ami_open_font(struct css_style *); void ami_close_font(struct TextFont *tfont); -ULONG ami_unicode_text(struct RastPort *rp,char *string,ULONG length,struct css_style *style,ULONG x,ULONG y,ULONG c); +ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const struct css_style *style,ULONG x,ULONG y,ULONG c); void ami_init_fonts(void); void ami_close_fonts(void); -- cgit v1.2.3