summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/help.h')
-rw-r--r--apps/plugins/puzzles/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
index a5d2cdaa80..a5839904f5 100644
--- a/apps/plugins/puzzles/help.h
+++ b/apps/plugins/puzzles/help.h
@@ -6,6 +6,6 @@
6extern const char help_text[]; 6extern const char help_text[];
7#ifdef ROCKBOX 7#ifdef ROCKBOX
8extern const char quick_help_text[]; 8extern const char quick_help_text[];
9extern const struct style_text help_text_style[]; 9extern struct style_text help_text_style[];
10extern const unsigned short help_text_len, quick_help_text_len, help_text_words; 10extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
11#endif 11#endif