aboutsummaryrefslogtreecommitdiff
path: root/test/071_coord_eo
diff options
context:
space:
mode:
Diffstat (limited to 'test/071_coord_eo')
-rw-r--r--test/071_coord_eo/coord_eo_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/071_coord_eo/coord_eo_tests.c b/test/071_coord_eo/coord_eo_tests.c
index 6c18a73..85128e0 100644
--- a/test/071_coord_eo/coord_eo_tests.c
+++ b/test/071_coord_eo/coord_eo_tests.c
@@ -7,7 +7,7 @@ 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;
10 int16_t result; 10 int64_t result;
11 11
12 fgets(str, STRLENMAX, stdin); 12 fgets(str, STRLENMAX, stdin);
13 cube = readcube("H48", str); 13 cube = readcube("H48", str);
@@ -15,7 +15,7 @@ int main(void) {
15 15
16 result = coord_fast_eo(fast); 16 result = coord_fast_eo(fast);
17 17
18 printf("%" PRId16 "\n", result); 18 printf("%" PRId64 "\n", result);
19 19
20 return 0; 20 return 0;
21} 21}

Generated with cgit - Back to sebastiano.tronto.net