From 22dc2cc19a3c1e127bc75565980dc7f172dcff52 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 8 Apr 2016 16:22:14 +0200 Subject: Fix warnings (that were not turned on by default) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index bcb6815..4e26734 100644 --- a/test.c +++ b/test.c @@ -297,7 +297,7 @@ main(void) zsetu(b, 0); assert(zcmp(a, b), != 0); n = zsave(a, buf); - assert(n, > 0); + assert(n > 0, > 0); assert_zu(zload(b, buf), n); assert(zcmp(a, b), == 0); -- cgit v1.2.3-70-g09d2