summaryrefslogtreecommitdiff
path: root/tests/crc32_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crc32_test.c')
-rw-r--r--tests/crc32_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crc32_test.c b/tests/crc32_test.c
index 81bdba98..a9631a58 100644
--- a/tests/crc32_test.c
+++ b/tests/crc32_test.c
@@ -11,7 +11,7 @@
#define MAX_VECTOR_LEN 256
-int TestCrc32TestVectors() {
+int TestCrc32TestVectors(void) {
struct {
uint8_t vector[MAX_VECTOR_LEN];
int len;