commit 9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f parent b61042facee3e4b241f5abb712af6def24de22ad Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Wed, 1 Feb 2023 18:21:04 +0100 Fixed typo Diffstat:
M | tests/fst_tests.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fst_tests.c b/tests/fst_tests.c @@ -151,7 +151,7 @@ testmethod_fst_move(void *a) Cube c, d; FstCube fst; - void_to_cube(a, &d); + void_to_cube(a, &c); alg = new_alg((char *)a); make_solved(&d); fst = cube_to_fst(&d);