From e8277f2954229822fae75cb9b062b90a95c37a71 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 22:36:11 +0000 Subject: doxgen warning fixes in riscos frontend. --- riscos/image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/image.c') diff --git a/riscos/image.c b/riscos/image.c index 07baecd60..18ad4859e 100644 --- a/riscos/image.c +++ b/riscos/image.c @@ -100,7 +100,7 @@ bool image_redraw(osspriteop_area *area, int x, int y, int req_width, /** * Plot an image at the given coordinates using tinct * - * \param area The sprite area containing the sprite + * \param header The sprite header * \param x Left edge of sprite * \param y Top edge of sprite * \param req_width The requested width of the sprite @@ -154,7 +154,7 @@ bool image_redraw_tinct(osspriteop_id header, int x, int y, /** * Plot an image at the given coordinates using os_spriteop * - * \param area The sprite area containing the sprite + * \param header The sprite header * \param x Left edge of sprite * \param y Top edge of sprite * \param req_width The requested width of the sprite -- cgit v1.2.3