diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-06 06:58:32 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-06 06:58:32 +0100 |
| commit | e528411b1a1be45e1bef0f525fd0f411c9689b11 (patch) | |
| tree | 3c4709a89bed8cd36b5ba2b82658ee043483c752 /src/cubetypes.h | |
| parent | d89b19f16e1de8c1189994df3a100771c0037bf7 (diff) | |
| download | nissy-e528411b1a1be45e1bef0f525fd0f411c9689b11.tar.gz nissy-e528411b1a1be45e1bef0f525fd0f411c9689b11.zip | |
Fixed typo in comment
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 7eb803e..f11f480 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #include <inttypes.h> | 5 | #include <inttypes.h> |
| 6 | #include <pthread.h> | 6 | #include <pthread.h> |
| 7 | 7 | ||
| 8 | #define NMOVES 55 /* Actually 55, but one is NULLMOVE */ | 8 | #define NMOVES 55 /* Actually 54, but one is NULLMOVE */ |
| 9 | #define NTRANS 48 | 9 | #define NTRANS 48 |
| 10 | #define NROTATIONS 24 | 10 | #define NROTATIONS 24 |
| 11 | 11 | ||
