From 926c0985e3cf6b025c37a0f16e69461051214eb1 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Fri, 3 Jun 2022 02:43:01 +0100 Subject: RISC OS: fix type in awrender_init definition. --- frontends/riscos/content-handlers/artworks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/riscos/content-handlers/artworks.c b/frontends/riscos/content-handlers/artworks.c index 0227603d9..c107ec6b4 100644 --- a/frontends/riscos/content-handlers/artworks.c +++ b/frontends/riscos/content-handlers/artworks.c @@ -93,7 +93,7 @@ struct awinfo_block { /* Assembler routines for interfacing with the ArtworksRenderer module */ extern os_error *awrender_init(const char **doc, - unsigned long *doc_size, + size_t *doc_size, void *routine, void *workspace); -- cgit v1.2.3