aboutsummaryrefslogtreecommitdiff
path: root/tools/expected_distributions.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/expected_distributions.h')
-rw-r--r--tools/expected_distributions.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/expected_distributions.h b/tools/expected_distributions.h
index 7f33335..12faf1d 100644
--- a/tools/expected_distributions.h
+++ b/tools/expected_distributions.h
@@ -197,7 +197,7 @@ check_table(uint64_t *exp, tableinfo_t *info)
197} 197}
198 198
199static bool 199static bool
200check_cocsep(size_t data_size, const void *data) 200check_cocsep(size_t data_size, const unsigned char *data)
201{ 201{
202 tableinfo_t info; 202 tableinfo_t info;
203 203
@@ -219,7 +219,11 @@ unknown_h48(uint8_t h, uint8_t k)
219} 219}
220 220
221STATIC bool 221STATIC bool
222check_distribution(const char *solver, size_t data_size, const void *data) 222check_distribution(
223 const char *solver,
224 size_t data_size,
225 const unsigned char *data
226)
223{ 227{
224 const char *str; 228 const char *str;
225 tableinfo_t info = {0}; 229 tableinfo_t info = {0};

Generated with cgit - Back to sebastiano.tronto.net