aboutsummaryrefslogtreecommitdiff
path: root/test/120_gendata_eo
diff options
context:
space:
mode:
Diffstat (limited to 'test/120_gendata_eo')
-rw-r--r--test/120_gendata_eo/gendata_eo_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/120_gendata_eo/gendata_eo_tests.c b/test/120_gendata_eo/gendata_eo_tests.c
index 08c495e..ec1fd64 100644
--- a/test/120_gendata_eo/gendata_eo_tests.c
+++ b/test/120_gendata_eo/gendata_eo_tests.c
@@ -17,8 +17,8 @@ Pruning table values (from nissy):
17 17
18unsigned char buf[FULLSIZE]; 18unsigned char buf[FULLSIZE];
19 19
20size_t gendata_coord_dispatch(const char *, unsigned char *); 20int64_t gendata_coord_dispatch(const char *, unsigned char *);
21bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); 21int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *);
22 22
23void run(void) { 23void run(void) {
24 uint32_t i; 24 uint32_t i;

Generated with cgit - Back to sebastiano.tronto.net