summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 464a581dab..31c87433e7 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -865,7 +865,7 @@ struct plugin_api {
865 the API gets incompatible */ 865 the API gets incompatible */
866 866
867#ifdef HAVE_LCD_BITMAP 867#ifdef HAVE_LCD_BITMAP
868 int (*is_diacritic)(const unsigned short char_code, bool *is_rtl); 868 bool (*is_diacritic)(const unsigned short char_code, bool *is_rtl);
869#endif 869#endif
870}; 870};
871 871