summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-04-07 19:30:32 +0000
committerAlexander Levin <al.le@rockbox.org>2010-04-07 19:30:32 +0000
commita57ec82a4e5ac8d1c3361b8fd674c5d5a02bca89 (patch)
treef68db845051ebd9e947de3ae1984e98880d7d49c
parentb5466cd2ecd5440b813489b4683e266667d5f58f (diff)
downloadrockbox-a57ec82a4e5ac8d1c3361b8fd674c5d5a02bca89.tar.gz
rockbox-a57ec82a4e5ac8d1c3361b8fd674c5d5a02bca89.zip
Set SVN keywords; small addition to the comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25522 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/include/diacritic.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/include/diacritic.h b/firmware/include/diacritic.h
index 4d3390279c..052be7f894 100644
--- a/firmware/include/diacritic.h
+++ b/firmware/include/diacritic.h
@@ -22,8 +22,9 @@
#define _DIACRITIC_H_
#include "system.h"
-/* Tests whether a given charactor code is a diacritic mark
- * Sets is_rtl if the character belongs to an RTL language
+/* Tests whether a given charactor code is a diacritic mark.
+ * Sets is_rtl (if it's not NULL) to whether the character
+ * belongs to an RTL language.
*/
int is_diacritic(const unsigned short char_code, bool *is_rtl);
#endif