summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/combi.c
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-10-23 17:19:29 -0400
committerFranklin Wei <git@fwei.tk>2017-10-23 17:19:29 -0400
commitef1306764e6443d67612542654f252b376c5993e (patch)
tree5f064178c1f9a23695b1b52b8bd487434be9006e /apps/plugins/puzzles/src/combi.c
parent7a8c9daf7ef5a8b38d4c4f6625ff2d9d8eb1aa0a (diff)
downloadrockbox-ef1306764e6443d67612542654f252b376c5993e.tar.gz
rockbox-ef1306764e6443d67612542654f252b376c5993e.zip
puzzles: resync with upstream
There have been some improvements with regard to small screen sizes, which will be nice to have. Change-Id: I30c740514156258d2818fde325c1a751500f7611
Diffstat (limited to 'apps/plugins/puzzles/src/combi.c')
-rw-r--r--apps/plugins/puzzles/src/combi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/src/combi.c b/apps/plugins/puzzles/src/combi.c
index 4c5d1077aa..3460183c9c 100644
--- a/apps/plugins/puzzles/src/combi.c
+++ b/apps/plugins/puzzles/src/combi.c
@@ -79,7 +79,7 @@ void free_combi(combi_ctx *combi)
79 79
80#include <stdio.h> 80#include <stdio.h>
81 81
82void fatal(char *fmt, ...) 82void fatal(const char *fmt, ...)
83{ 83{
84 abort(); 84 abort();
85} 85}