diff options
Diffstat (limited to 'test/120_gendata_eo')
| -rw-r--r-- | test/120_gendata_eo/gendata_eo_tests.c | 4 |
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 | ||
| 18 | unsigned char buf[FULLSIZE]; | 18 | unsigned char buf[FULLSIZE]; |
| 19 | 19 | ||
| 20 | size_t gendata_coord_dispatch(const char *, unsigned char *); | 20 | int64_t gendata_coord_dispatch(const char *, unsigned char *); |
| 21 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); | 21 | int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); |
| 22 | 22 | ||
| 23 | void run(void) { | 23 | void run(void) { |
| 24 | uint32_t i; | 24 | uint32_t i; |
