From a57ec82a4e5ac8d1c3361b8fd674c5d5a02bca89 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Wed, 7 Apr 2010 19:30:32 +0000 Subject: Set SVN keywords; small addition to the comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25522 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/diacritic.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/include/diacritic.h') 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 -- cgit v1.2.3