diff --git a/complement.c b/complement.c index 656f567..f61c602 100644 --- a/complement.c +++ b/complement.c @@ -84,6 +84,7 @@ bool check(int matrix[9][9]) { } printf("True: Valid initial Sudoku matrix!\n"); + return true; }