From 948ff35ee7650d44add0b623593c52b5865c473a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 31 Dec 2016 11:28:47 -0800 Subject: One more c99 thing. --- tests/idhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/idhash.c b/tests/idhash.c index 18ca2fec..6ecff47b 100644 --- a/tests/idhash.c +++ b/tests/idhash.c @@ -124,7 +124,7 @@ Main({ So(h->ih_count == 1024); Convey("We can remove them", { - for (int i = 0; i < 1024; i++) { + for (i = 0; i < 1024; i++) { nni_idhash_remove(h, i); } So(h->ih_count == 0); -- cgit v1.2.3-70-g09d2