diff options
Diffstat (limited to 'test/120_gendata_eo/gendata_eo_tests.c')
| -rw-r--r-- | test/120_gendata_eo/gendata_eo_tests.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/120_gendata_eo/gendata_eo_tests.c b/test/120_gendata_eo/gendata_eo_tests.c index 46a0606..08c495e 100644 --- a/test/120_gendata_eo/gendata_eo_tests.c +++ b/test/120_gendata_eo/gendata_eo_tests.c | |||
| @@ -15,10 +15,10 @@ Pruning table values (from nissy): | |||
| 15 | #define ISIZE 512 | 15 | #define ISIZE 512 |
| 16 | #define FULLSIZE (ISIZE + 1024) | 16 | #define FULLSIZE (ISIZE + 1024) |
| 17 | 17 | ||
| 18 | char buf[FULLSIZE]; | 18 | unsigned char buf[FULLSIZE]; |
| 19 | 19 | ||
| 20 | size_t gendata_coord_dispatch(const char *, void *); | 20 | size_t gendata_coord_dispatch(const char *, unsigned char *); |
| 21 | bool readtableinfo(uint64_t, const char *, tableinfo_t *); | 21 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); |
| 22 | 22 | ||
| 23 | void run(void) { | 23 | void run(void) { |
| 24 | uint32_t i; | 24 | uint32_t i; |
