diff options
| author | Franklin Wei <git@fwei.tk> | 2018-04-22 14:43:07 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2018-04-24 19:06:30 -0400 |
| commit | ef0fb52113447c15f97eb8c707f56db4074eb578 (patch) | |
| tree | 5f0042f574ccc3d721f5d6f6db7366a40b40db7a /apps/plugins/puzzles/help/pattern.c | |
| parent | 56803c80d0554a8b01598a077a69143b14f7036f (diff) | |
| download | rockbox-ef0fb52113447c15f97eb8c707f56db4074eb578.zip rockbox-ef0fb52113447c15f97eb8c707f56db4074eb578.tar.gz rockbox-ef0fb52113447c15f97eb8c707f56db4074eb578.tar.bz2 rockbox-ef0fb52113447c15f97eb8c707f56db4074eb578.tar.xz | |
puzzles: silence some warnings
Change-Id: Id6fd9d8dd3021f5e2cb93565d7e419aaf07f9af0
Diffstat (limited to 'apps/plugins/puzzles/help/pattern.c')
| -rw-r--r-- | apps/plugins/puzzles/help/pattern.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/help/pattern.c b/apps/plugins/puzzles/help/pattern.c index b9dd0ea..c0e5fc3 100644 --- a/apps/plugins/puzzles/help/pattern.c +++ b/apps/plugins/puzzles/help/pattern.c @@ -1,10 +1,10 @@ -/* auto-generated on Mar 17 2018 by genhelp.sh */ +/* auto-generated on Apr 19 2018 by genhelp.sh */ /* help text is compressed using LZ4; see compress.c for details */ /* DO NOT EDIT! */ #include "lib/display_text.h" -const struct style_text help_text_style[] = { +struct style_text help_text_style[] = { { 0, TEXT_CENTER | C_RED }, { 137, TEXT_UNDERLINE }, { 173, TEXT_CENTER | C_RED }, |