diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-01 15:03:15 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-01 15:03:15 +0200 |
| commit | 29f61e2b4e0f73c83d6d86e4f09d79e129358750 (patch) | |
| tree | 3d202b8b93289bf7d5ffc7b3971d26a33ef53bbe /src/solvers/coord/eo.h | |
| parent | 73a99f18e7940f424287250f780a18d861aef231 (diff) | |
| download | nissy-core-29f61e2b4e0f73c83d6d86e4f09d79e129358750.tar.gz nissy-core-29f61e2b4e0f73c83d6d86e4f09d79e129358750.zip | |
Fix mismatched type in function prototype and implementation
Diffstat (limited to 'src/solvers/coord/eo.h')
| -rw-r--r-- | src/solvers/coord/eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 3fabf9f..9703b67 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | STATIC uint64_t coordinate_eo_coord(cube_t, const void *); | 1 | STATIC uint64_t coordinate_eo_coord(cube_t, const void *); |
| 2 | STATIC cube_t coordinate_eo_cube(uint64_t, const void *); | 2 | STATIC cube_t coordinate_eo_cube(uint64_t, const void *); |
| 3 | STATIC bool coordinate_eo_isnasty(uint64_t, const void *); | 3 | STATIC bool coordinate_eo_isnasty(uint64_t, const void *); |
| 4 | STATIC uint64_t coordinate_eo_gendata(void *); | 4 | STATIC size_t coordinate_eo_gendata(void *); |
| 5 | 5 | ||
| 6 | STATIC coord_t coordinate_eo = { | 6 | STATIC coord_t coordinate_eo = { |
| 7 | .name = "EO", | 7 | .name = "EO", |
