From b4d33513bd44c82426ef9e3c6daf5b8046672514 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 11 Jun 2024 12:05:24 +0200 Subject: Finished refactor --- src/cube.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cube.h') diff --git a/src/cube.h b/src/cube.h index 6b68f00..ab8e964 100644 --- a/src/cube.h +++ b/src/cube.h @@ -55,7 +55,7 @@ int nissy_convertcube( int64_t nissy_gendata( const char *solver, const char *options, - void *generated_data, + void *generated_data ); /* Returns the number of solutions found, or -1 in case of error */ @@ -69,5 +69,5 @@ int nissy_solve( int64_t maxsolutions, int8_t optimal, const void *data, - char *solutions, + char *solutions ); -- cgit v1.3