From 19b9f627ba195cab7c7ebea9daca9ead6e4f5d9a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2016 16:54:49 -0400 Subject: Rename SerdChunk to SerdStringView --- test/test_uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_uri.c') diff --git a/test/test_uri.c b/test/test_uri.c index d22ece63..2a42e5f6 100644 --- a/test/test_uri.c +++ b/test/test_uri.c @@ -130,7 +130,7 @@ test_uri_from_string(void) } static inline bool -chunk_equals(const SerdChunk* a, const SerdChunk* b) +chunk_equals(const SerdStringView* a, const SerdStringView* b) { return (!a->len && !b->len && !a->buf && !b->buf) || (a->len && b->len && a->buf && b->buf && -- cgit v1.2.1