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/sixteen.c | |
parent | 56803c80d0554a8b01598a077a69143b14f7036f (diff) |
puzzles: silence some warnings
Change-Id: Id6fd9d8dd3021f5e2cb93565d7e419aaf07f9af0
Diffstat (limited to 'apps/plugins/puzzles/help/sixteen.c')
-rw-r--r-- | apps/plugins/puzzles/help/sixteen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/help/sixteen.c b/apps/plugins/puzzles/help/sixteen.c index bbd601cec2..c1cbee5807 100644 --- a/apps/plugins/puzzles/help/sixteen.c +++ b/apps/plugins/puzzles/help/sixteen.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 }, { 113, TEXT_UNDERLINE }, { 187, TEXT_CENTER | C_RED }, |