summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/font.c b/riscos/font.c
index 0aaff3b87..dd26cf0ff 100644
--- a/riscos/font.c
+++ b/riscos/font.c
@@ -101,7 +101,7 @@ static char font_table[FONT_FAMILIES * FONT_FACES][FONT_MAX_NAME] = {
/**
* Create an empty font_set.
*
- * \return an opaque struct font_set.
+ * \return an opaque struct font_set, or NULL on memory exhaustion
*/
struct font_set *nsfont_new_set(void)
{