From ef0fb52113447c15f97eb8c707f56db4074eb578 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 22 Apr 2018 14:43:07 -0400 Subject: puzzles: silence some warnings Change-Id: Id6fd9d8dd3021f5e2cb93565d7e419aaf07f9af0 --- apps/plugins/puzzles/help/filling.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/puzzles/help/filling.c') diff --git a/apps/plugins/puzzles/help/filling.c b/apps/plugins/puzzles/help/filling.c index d6f94944be..d876ed29e2 100644 --- a/apps/plugins/puzzles/help/filling.c +++ b/apps/plugins/puzzles/help/filling.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 }, { 141, TEXT_CENTER | C_RED }, { 306, TEXT_CENTER | C_RED }, -- cgit v1.2.3