diff options
Diffstat (limited to 'test/test_uri.c')
-rw-r--r-- | test/test_uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_uri.c b/test/test_uri.c index 1c440a30..7315a0fc 100644 --- a/test/test_uri.c +++ b/test/test_uri.c @@ -207,7 +207,7 @@ test_uri_from_string(void) } static inline bool -chunk_equals(const SerdChunk* a, const SerdChunk* b) +chunk_equals(const SerdChunk* const a, const SerdChunk* const b) { return (!a->len && !b->len && !a->buf && !b->buf) || (a->len && b->len && a->buf && b->buf && |