summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/artworks.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/content-handlers/artworks.h')
-rw-r--r--riscos/content-handlers/artworks.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/riscos/content-handlers/artworks.h b/riscos/content-handlers/artworks.h
index 20f6168b7..67832cc54 100644
--- a/riscos/content-handlers/artworks.h
+++ b/riscos/content-handlers/artworks.h
@@ -32,7 +32,10 @@ nserror artworks_init(void);
#else
-#define artworks_init() NSERROR_OK
+static inline nserror artworks_init(void)
+{
+ return NSERROR_OK;
+}
#endif