summaryrefslogtreecommitdiff
path: root/rufl_character_set_test.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-04-05 19:16:48 +0000
committerJames Bursa <james@netsurf-browser.org>2005-04-05 19:16:48 +0000
commita9768c64b5df87af089e14401924b313ea2b0e72 (patch)
tree2d6dbcb5062678768301d1b33447496a9b29bff3 /rufl_character_set_test.c
parent0d5d898413c1daa3d4b60a7865581d6582f1caef (diff)
downloadlibrufl-a9768c64b5df87af089e14401924b313ea2b0e72.tar.gz
librufl-a9768c64b5df87af089e14401924b313ea2b0e72.tar.bz2
[project @ 2005-04-05 19:16:48 by bursa]
Handle fonts which cause an error better (no longer attempt to save the uninitialized charset tables to the cache). svn path=/import/rufl/; revision=2460
Diffstat (limited to 'rufl_character_set_test.c')
-rw-r--r--rufl_character_set_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rufl_character_set_test.c b/rufl_character_set_test.c
index 7134772..47f5743 100644
--- a/rufl_character_set_test.c
+++ b/rufl_character_set_test.c
@@ -11,7 +11,8 @@
/**
* Test if a character set contains a character.
*
- * \param c character code
+ * \param charset character set
+ * \param c character code
* \return true if present, false if absent
*/