tests/libalias: Fix build error due to wrong prototype

This commit is contained in:
Lutz Donnerhacke 2021-05-26 21:59:12 +02:00
parent 198566e04a
commit f4c460dacd

View file

@ -58,7 +58,7 @@ static void usage(void);
} } while(0)
static void
usage() {
usage(void) {
printf("Usage: perf [max_seconds [batch_size [random_size [attack_size [redir_size]]]]]\n");
exit(1);
}