commit 1573b0d3077aade290f03482b1620b2295d2c58c
parent 1ec688620365568d1f8a8d57d7bb3a85aafb0165
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Wed, 8 Dec 2021 18:29:43 +0100
tiny cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cubetypes.h b/src/cubetypes.h
@@ -100,7 +100,7 @@ typedef uint64_t (*Indexer) (Cube);
typedef bool (*Moveset) (Move);
typedef CommandArgs * (*ArgParser) (int, char **);
typedef Trans (*TransDetector) (Cube);
-typedef int (*TransFinder) (uint64_t ind, Trans *);
+typedef int (*TransFinder) (uint64_t, Trans *);
/* Structs *******************************************************************/