From 59641def822ba66ed9bf3ae73ed53dffe45a992c Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Mon, 7 Apr 2008 11:15:09 +0000 Subject: const fixes in plotters and history core svn path=/trunk/netsurf/; revision=4083 --- riscos/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/font.c') diff --git a/riscos/font.c b/riscos/font.c index 0898175dc..d320b2070 100644 --- a/riscos/font.c +++ b/riscos/font.c @@ -368,7 +368,7 @@ bool nsfont_split(const struct css_style *style, * \return true on success, false on error and error reported */ -bool nsfont_paint(struct css_style *style, const char *string, +bool nsfont_paint(const struct css_style *style, const char *string, size_t length, int x, int y, float scale) { const char *font_family; -- cgit v1.2.3