aboutsummaryrefslogtreecommitdiff
path: root/test/071_coord_eo
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/071_coord_eo
parenta9ce50120b68db3669aaadeac348db8926bc15c4 (diff)
downloadnissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.tar.gz
nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.zip
Added void in function declaration for tests
Diffstat (limited to 'test/071_coord_eo')
-rw-r--r--test/071_coord_eo/coord_eo_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/071_coord_eo/coord_eo_tests.c b/test/071_coord_eo/coord_eo_tests.c
index 2dfba92..6c18a73 100644
--- a/test/071_coord_eo/coord_eo_tests.c
+++ b/test/071_coord_eo/coord_eo_tests.c
@@ -3,7 +3,7 @@
3int64_t coord_fast_eo(cube_fast_t); 3int64_t coord_fast_eo(cube_fast_t);
4cube_fast_t cubetofast(cube_t); 4cube_fast_t cubetofast(cube_t);
5 5
6int main() { 6int main(void) {
7 char str[STRLENMAX]; 7 char str[STRLENMAX];
8 cube_t cube; 8 cube_t cube;
9 cube_fast_t fast; 9 cube_fast_t fast;

Generated with cgit - Back to sebastiano.tronto.net