aboutsummaryrefslogtreecommitdiff
path: root/tools/301_solve_file/solve_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/301_solve_file/solve_file.c')
-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 fcc018d..d9084fd 100644
--- a/tools/301_solve_file/solve_file.c
+++ b/tools/301_solve_file/solve_file.c
@@ -12,7 +12,7 @@ char scrambles[MAX_SCR][MAX_SCR_LEN];
12void run(void) { 12void run(void) {
13 int64_t i, nsols; 13 int64_t i, nsols;
14 long long stats[NISSY_SIZE_SOLVE_STATS]; 14 long long stats[NISSY_SIZE_SOLVE_STATS];
15 char sol[SOL_BUFFER_LEN], cube[22]; 15 char sol[SOL_BUFFER_LEN], cube[NISSY_SIZE_CUBE];
16 16
17 printf("Solved the following scrambles:\n\n"); 17 printf("Solved the following scrambles:\n\n");
18 for (i = 0; i < N; i++) { 18 for (i = 0; i < N; i++) {

Generated with cgit - Back to sebastiano.tronto.net