aboutsummaryrefslogtreecommitdiff
path: root/test/000_basic/basic_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-19 11:25:46 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-19 11:25:46 +0100
commit6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0 (patch)
treeed283edec862f707653030a8b5662baf418f7663 /test/000_basic/basic_tests.c
parenta9ce50120b68db3669aaadeac348db8926bc15c4 (diff)
downloadnissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.tar.gz
nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.zip
Added void in function declaration for tests
Diffstat (limited to 'test/000_basic/basic_tests.c')
-rw-r--r--test/000_basic/basic_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/000_basic/basic_tests.c b/test/000_basic/basic_tests.c
index 17f1b2b..c4434c5 100644
--- a/test/000_basic/basic_tests.c
+++ b/test/000_basic/basic_tests.c
@@ -17,7 +17,7 @@ check2(cube_t cube1, char *name1, cube_t cube2, char *name2)
17 equal(cube1, cube2) ? "" : " NOT"); 17 equal(cube1, cube2) ? "" : " NOT");
18} 18}
19 19
20int main() { 20int main(void) {
21 cube_t zero, solved; 21 cube_t zero, solved;
22 22
23 memset(&zero, 0, sizeof(cube_t)); 23 memset(&zero, 0, sizeof(cube_t));

Generated with cgit - Back to sebastiano.tronto.net