aboutsummaryrefslogtreecommitdiff
path: root/test/100_gendata_cocsep
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-09 21:02:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-09 21:02:32 +0200
commitd60c210bdadff5d8f5b9dc73a701560d54f69fff (patch)
tree8a2e14281ee91d0f841eef18cc178c9a65b05732 /test/100_gendata_cocsep
parent5bb2b50a3f92c727ddf468df16bbc60a173d3115 (diff)
downloadnissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.tar.gz
nissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.zip
Fixes
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