aboutsummaryrefslogtreecommitdiff
path: root/tools/301_solve_file
diff options
context:
space:
mode:
Diffstat (limited to 'tools/301_solve_file')
-rw-r--r--tools/301_solve_file/solve_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/301_solve_file/solve_file.c b/tools/301_solve_file/solve_file.c
index 110c7d2..fcc018d 100644
--- a/tools/301_solve_file/solve_file.c
+++ b/tools/301_solve_file/solve_file.c
@@ -6,7 +6,7 @@
6 6
7char *solver; 7char *solver;
8int64_t size = 0, N = 0; 8int64_t size = 0, N = 0;
9char *buf; 9unsigned char *buf;
10char scrambles[MAX_SCR][MAX_SCR_LEN]; 10char scrambles[MAX_SCR][MAX_SCR_LEN];
11 11
12void run(void) { 12void run(void) {

Generated with cgit - Back to sebastiano.tronto.net