summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_preferences.c')
-rw-r--r--apps/plugins/text_viewer/tv_preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_preferences.c b/apps/plugins/text_viewer/tv_preferences.c
index a90c72d8e9..924cedb0d0 100644
--- a/apps/plugins/text_viewer/tv_preferences.c
+++ b/apps/plugins/text_viewer/tv_preferences.c
@@ -30,7 +30,7 @@ const struct tv_preferences * const preferences = &prefs;
30 30
31static int listner_count = 0; 31static int listner_count = 0;
32 32
33#define TV_MAX_LISTNERS 4 33#define TV_MAX_LISTNERS 5
34static void (*listners[TV_MAX_LISTNERS])(const struct tv_preferences *oldp); 34static void (*listners[TV_MAX_LISTNERS])(const struct tv_preferences *oldp);
35 35
36static void tv_notify_change_preferences(const struct tv_preferences *oldp) 36static void tv_notify_change_preferences(const struct tv_preferences *oldp)