aboutsummaryrefslogtreecommitdiff
path: root/test/122_coorddata_dreo
diff options
context:
space:
mode:
Diffstat (limited to 'test/122_coorddata_dreo')
-rw-r--r--test/122_coorddata_dreo/coorddata_dreo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/122_coorddata_dreo/coorddata_dreo.c b/test/122_coorddata_dreo/coorddata_dreo.c
index 5c1e796..98c954d 100644
--- a/test/122_coorddata_dreo/coorddata_dreo.c
+++ b/test/122_coorddata_dreo/coorddata_dreo.c
@@ -45,7 +45,7 @@ void run(void) {
45 if (!found) { 45 if (!found) {
46 printf("Error: invcoord of %" PRId64 " returns %" 46 printf("Error: invcoord of %" PRId64 " returns %"
47 PRId64 " with cube:\n", coord, coord2); 47 PRId64 " with cube:\n", coord, coord2);
48 writecube("H48", cube, STRLENMAX, str); 48 writecube(cube, STRLENMAX, str);
49 printf("%s\n", str); 49 printf("%s\n", str);
50 goto cleanup; 50 goto cleanup;
51 } 51 }

Generated with cgit - Back to sebastiano.tronto.net