From 9c40e161458e69b4b835aa2424f23d23f69683d1 Mon Sep 17 00:00:00 2001 From: alle Date: Wed, 7 Apr 2010 19:30:32 +0000 Subject: [PATCH] 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(-) diff --git a/firmware/include/diacritic.h b/firmware/include/diacritic.h index 4d3390279..052be7f89 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 -- 2.11.4.GIT