summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/unfinished/path.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/unfinished/path.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/unfinished/path.c')
-rw-r--r--apps/plugins/puzzles/src/unfinished/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/src/unfinished/path.c b/apps/plugins/puzzles/src/unfinished/path.c
index 61d6c61c6a..d4ec5d87cc 100644
--- a/apps/plugins/puzzles/src/unfinished/path.c
+++ b/apps/plugins/puzzles/src/unfinished/path.c
@@ -770,7 +770,7 @@ int main(void)
770#ifdef TEST_GENERAL 770#ifdef TEST_GENERAL
771#include <stdarg.h> 771#include <stdarg.h>
772 772
773void fatal(char *fmt, ...) 773void fatal(const char *fmt, ...)
774{ 774{
775 va_list ap; 775 va_list ap;
776 776