From dca405a746e0b86e37659bdb112358324fc48d28 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 3 Jul 2011 15:20:28 +0200 Subject: test/read_conf: fix -Wunused-but-set-variable --- test/read_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/read_conf.c') diff --git a/test/read_conf.c b/test/read_conf.c index 4f43e6a2e..e96bd9046 100644 --- a/test/read_conf.c +++ b/test/read_conf.c @@ -70,5 +70,5 @@ int main(int argc, char **argv) } config_global_finish(); - return 0; + return ret; } -- cgit v1.2.3