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 942e837..2b99b7f 100644
--- a/test/122_coorddata_dreo/coorddata_dreo.c
+++ b/test/122_coorddata_dreo/coorddata_dreo.c
@@ -7,7 +7,7 @@
7cube_t transform(cube_t, uint8_t); 7cube_t transform(cube_t, uint8_t);
8uint64_t coordinate_dreo_coord(cube_t, const unsigned char *); 8uint64_t coordinate_dreo_coord(cube_t, const unsigned char *);
9cube_t coordinate_dreo_cube(uint64_t, const unsigned char *); 9cube_t coordinate_dreo_cube(uint64_t, const unsigned char *);
10uint64_t coordinate_dreo_gendata(unsigned char *); 10size_t coordinate_dreo_gendata(unsigned char *);
11 11
12void run(void) { 12void run(void) {
13 bool found; 13 bool found;

Generated with cgit - Back to sebastiano.tronto.net