aboutsummaryrefslogtreecommitdiff
path: root/test/115_gendata_eoesep/gendata_eoesep_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/115_gendata_eoesep/gendata_eoesep_tests.c')
-rw-r--r--test/115_gendata_eoesep/gendata_eoesep_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/115_gendata_eoesep/gendata_eoesep_tests.c b/test/115_gendata_eoesep/gendata_eoesep_tests.c
index 7ed9778..76de323 100644
--- a/test/115_gendata_eoesep/gendata_eoesep_tests.c
+++ b/test/115_gendata_eoesep/gendata_eoesep_tests.c
@@ -25,7 +25,7 @@ The test does not generate the full table. For reference, these are the values:
25 25
26unsigned char buf[FULLSIZE]; 26unsigned char buf[FULLSIZE];
27 27
28size_t gendata_eoesep(unsigned char [static FULLSIZE], uint8_t); 28size_t gendata_eoesep(unsigned char [SIZE(FULLSIZE)], uint8_t);
29int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); 29int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *);
30 30
31void run(void) { 31void run(void) {

Generated with cgit - Back to sebastiano.tronto.net