aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-14 20:00:14 -0500
committerDavid Robillard <d@drobilla.net>2019-12-14 20:00:14 -0500
commit2436c4cb8c3e88806a24af7dfa1b55370ec06b38 (patch)
treeb8b5088c5860f66695809550a7d12c053ed92e5e
parente7422fc1080a7db834c1717300f7781ac17a7f76 (diff)
downloadserd-2436c4cb8c3e88806a24af7dfa1b55370ec06b38.tar.gz
serd-2436c4cb8c3e88806a24af7dfa1b55370ec06b38.tar.bz2
serd-2436c4cb8c3e88806a24af7dfa1b55370ec06b38.zip
Fix function prototype
-rw-r--r--tests/serd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serd_test.c b/tests/serd_test.c
index 11ef5042..015d02d7 100644
--- a/tests/serd_test.c
+++ b/tests/serd_test.c
@@ -112,7 +112,7 @@ test_file_uri(const char* hostname,
}
static void
-test_read_chunks()
+test_read_chunks(void)
{
ReaderTest* const rt = (ReaderTest*)calloc(1, sizeof(ReaderTest));
FILE* const f = tmpfile();