aboutsummaryrefslogtreecommitdiff
path: root/test/100_gendata_cocsep
diff options
context:
space:
mode:
Diffstat (limited to 'test/100_gendata_cocsep')
-rw-r--r--test/100_gendata_cocsep/gendata_cocsep_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c
index 46b9443..c1eef77 100644
--- a/test/100_gendata_cocsep/gendata_cocsep_tests.c
+++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c
@@ -3,7 +3,7 @@
3#define BUF_SIZE 2000000 3#define BUF_SIZE 2000000
4 4
5size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); 5size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *);
6bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); 6int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *);
7 7
8void run(void) { 8void run(void) {
9 unsigned char buf[BUF_SIZE]; 9 unsigned char buf[BUF_SIZE];

Generated with cgit - Back to sebastiano.tronto.net