summaryrefslogtreecommitdiff
path: root/apps/plugins/jackpot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jackpot.c')
-rw-r--r--apps/plugins/jackpot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index aa9defd1eb..b380e85180 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -93,14 +93,14 @@ struct jackpot
93}; 93};
94 94
95#ifdef HAVE_LCD_CHARCELLS 95#ifdef HAVE_LCD_CHARCELLS
96void patterns_init(struct screen* display) 96static void patterns_init(struct screen* display)
97{ 97{
98 int i; 98 int i;
99 for(i=0;i<NB_SLOTS;i++) 99 for(i=0;i<NB_SLOTS;i++)
100 char_patterns[i]=display->get_locked_pattern(); 100 char_patterns[i]=display->get_locked_pattern();
101} 101}
102 102
103void patterns_deinit(struct screen* display) 103static void patterns_deinit(struct screen* display)
104{ 104{
105 /* Restore the old pattern */ 105 /* Restore the old pattern */
106 int i; 106 int i;