commit e528411b1a1be45e1bef0f525fd0f411c9689b11 parent d89b19f16e1de8c1189994df3a100771c0037bf7 Author: Sebastiano Tronto <sebastiano.tronto@gmail.com> Date: Mon, 6 Dec 2021 06:58:32 +0100 Fixed typo in comment Diffstat:
M | src/cubetypes.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cubetypes.h b/src/cubetypes.h @@ -5,7 +5,7 @@ #include <inttypes.h> #include <pthread.h> -#define NMOVES 55 /* Actually 55, but one is NULLMOVE */ +#define NMOVES 55 /* Actually 54, but one is NULLMOVE */ #define NTRANS 48 #define NROTATIONS 24