From 29f61e2b4e0f73c83d6d86e4f09d79e129358750 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 1 Apr 2025 15:03:15 +0200 Subject: Fix mismatched type in function prototype and implementation --- src/solvers/coord/eo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/solvers/coord/eo.h') 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 @@ STATIC uint64_t coordinate_eo_coord(cube_t, const void *); STATIC cube_t coordinate_eo_cube(uint64_t, const void *); STATIC bool coordinate_eo_isnasty(uint64_t, const void *); -STATIC uint64_t coordinate_eo_gendata(void *); +STATIC size_t coordinate_eo_gendata(void *); STATIC coord_t coordinate_eo = { .name = "EO", -- cgit v1.3