diff options
Diffstat (limited to 'test/071_coord_eo')
| -rw-r--r-- | test/071_coord_eo/coord_eo_tests.c | 2 |
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 @@ | |||
| 3 | int64_t coord_fast_eo(cube_fast_t); | 3 | int64_t coord_fast_eo(cube_fast_t); |
| 4 | cube_fast_t cubetofast(cube_t); | 4 | cube_fast_t cubetofast(cube_t); |
| 5 | 5 | ||
| 6 | int main() { | 6 | int 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; |
