summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/combi.c
diff options
context:
space:
mode:
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}