From b3af6f000f23cdc0e3fafdfa407d4cf592c946f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 01:06:53 +0000 Subject: Tidy git-svn-id: http://svn.drobilla.net/zix/trunk@42 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- test/hash_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/hash_test.c') diff --git a/test/hash_test.c b/test/hash_test.c index ec8ea6f..953673a 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -124,7 +124,7 @@ main(int argc, char** argv) if (st != ZIX_STATUS_NOT_FOUND) { return test_fail("Unexpectedly removed `%s' twice\n", strings[i]); } - + // Check to ensure remaining strings are still present for (size_t j = i + 1; j < n_strings; ++j) { const char* match = (const char*)zix_hash_find(hash, strings[j]); -- cgit v1.2.1