From e6be287bbfa6beda038ec8b085300c5dc9c2ecd8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Apr 2026 12:02:56 +0200 Subject: Use macro for [static N] --- test/115_gendata_eoesep/gendata_eoesep_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/115_gendata_eoesep') 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: unsigned char buf[FULLSIZE]; -size_t gendata_eoesep(unsigned char [static FULLSIZE], uint8_t); +size_t gendata_eoesep(unsigned char [SIZE(FULLSIZE)], uint8_t); int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); void run(void) { -- cgit v1.3