[project @ 2005-01-02 11:47:51 by bursa]

Fix comment.

svn path=/import/netsurf/; revision=1424
This commit is contained in:
James Bursa 2005-01-02 11:47:51 +00:00
parent 7114e4b4af
commit 39eb35cbf1
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{