summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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 @@
22#define _DIACRITIC_H_ 22#define _DIACRITIC_H_
23#include "system.h" 23#include "system.h"
24 24
25/* Tests whether a given charactor code is a diacritic mark 25/* Tests whether a given charactor code is a diacritic mark.
26 * Sets is_rtl if the character belongs to an RTL language 26 * Sets is_rtl (if it's not NULL) to whether the character
27 * belongs to an RTL language.
27 */ 28 */
28int is_diacritic(const unsigned short char_code, bool *is_rtl); 29int is_diacritic(const unsigned short char_code, bool *is_rtl);
29#endif 30#endif