chiark / gitweb /
Assorted char * -> const char * API changes.
[sgt-puzzles.git] / combi.c
diff --git a/combi.c b/combi.c
index 4c5d1077aa07ae6b83e5a550b4cb6649abe54597..3460183c9c4e397f4ee1ca314fef4286e98f5d31 100644 (file)
--- a/combi.c
+++ b/combi.c
@@ -79,7 +79,7 @@ void free_combi(combi_ctx *combi)
 
 #include <stdio.h>
 
-void fatal(char *fmt, ...)
+void fatal(const char *fmt, ...)
 {
     abort();
 }