diff options
Diffstat (limited to 'tools/300_solve_small')
| -rw-r--r-- | tools/300_solve_small/solve_small.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c index d81ed51..2efbcb5 100644 --- a/tools/300_solve_small/solve_small.c +++ b/tools/300_solve_small/solve_small.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | char *solver; | 5 | char *solver; |
| 6 | int64_t size = 0; | 6 | int64_t size = 0; |
| 7 | char *buf; | 7 | unsigned char *buf; |
| 8 | 8 | ||
| 9 | char *scrambles[] = { | 9 | char *scrambles[] = { |
| 10 | /* 12 optimal */ | 10 | /* 12 optimal */ |
