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