summaryrefslogtreecommitdiff
path: root/riscos/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/font.c')
-rw-r--r--riscos/font.c2
1 files changed, 1 insertions, 1 deletions
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;