summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-04-18 16:56:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-04-18 16:56:22 +0000
commitf4757102b6604428b8137d049b8783de199fb015 (patch)
treea729c3bf42f9ef24ed33e62f103c21153208d3aa
parent3ad3a8f7f9fdb688cdfe291796af6619bd22cddb (diff)
downloadnetsurf-f4757102b6604428b8137d049b8783de199fb015.tar.gz
netsurf-f4757102b6604428b8137d049b8783de199fb015.tar.bz2
Fix warnings
svn path=/trunk/netsurf/; revision=7132
-rwxr-xr-xamiga/font.h2
1 files changed, 1 insertions, 1 deletions
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);