diff options
Diffstat (limited to 'test/061_coord_eo')
| -rw-r--r-- | test/061_coord_eo/coord_eo_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/061_coord_eo/coord_eo_tests.c b/test/061_coord_eo/coord_eo_tests.c index 65119ef..30989e8 100644 --- a/test/061_coord_eo/coord_eo_tests.c +++ b/test/061_coord_eo/coord_eo_tests.c | |||
| @@ -16,7 +16,7 @@ int main() { | |||
| 16 | int16_t result; | 16 | int16_t result; |
| 17 | 17 | ||
| 18 | fgets(str, STRLENMAX, stdin); | 18 | fgets(str, STRLENMAX, stdin); |
| 19 | cube = readcube(H48, str); | 19 | cube = readcube("H48", str); |
| 20 | 20 | ||
| 21 | result = coord_eo(cube); | 21 | result = coord_eo(cube); |
| 22 | 22 | ||
